Skip to content

Claude Code

1

Get started quickly with these pre-built prompts for common Appwrite integrations:

Browse all quick start prompts

2

Connect the Appwrite MCP server to Claude Code 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
claude mcp add --transport http appwrite https://mcp.appwrite.io/

The server uses OAuth for authentication. Run /mcp in Claude Code, select appwrite, and choose Authenticate. Your browser opens so you can sign in to your Appwrite account and authorize access.

3

Run the following command in your terminal (where Claude Code is running).

Bash
/mcp

You should see the added MCP server listed there.

4

Try out the following example prompts:

Example prompts:

  • Create a new user in my Appwrite project
  • List all databases in my project
  • Show me the tables in my database
  • How do I set up real-time subscriptions in Appwrite?
  • Show me how to authenticate users with OAuth
  • How do I implement file uploads with Appwrite Storage?