Get started quickly with these pre-built prompts for common Appwrite integrations:
Browse all quick start prompts
Connect the Appwrite MCP server to Codex for deeper integration with the Appwrite API and documentation. It is a remote HTTP server, so there are no additional pre-requisites to install.
Run the following command in your terminal to add the MCP server:
Bash
codex mcp add appwrite --url https://mcp.appwrite.io/
The server uses OAuth for authentication. In case Codex does not automatically prompt you to login, run the following command to sign in to your Appwrite account and authorize access:
Bash
codex mcp login appwrite
Try out the following example prompts:
Example prompts:
Create a new user in my Appwrite projectList all databases in my projectShow me the tables in my databaseHow do I set up real-time subscriptions in Appwrite?Show me how to authenticate users with OAuthHow do I implement file uploads with Appwrite Storage?