This MCP server facilitates interaction with Appwrite's API, allowing management of databases, users, functions, teams, and more within an Appwrite project.
From the registry: MCP (Model Context Protocol) server for Appwrite
Please install the `mcp-for-api` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Appwrite project and API key** — Set up an Appwrite project at cloud.appwrite.io and create an API key with the necessary scopes. (https://cloud.appwrite.io/)
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["mcp-server-appwrite"]
- required environment variables:
- `APPWRITE_PROJECT_ID`: Your Appwrite project ID (example: `<your-project-id>`)
- `APPWRITE_API_KEY`: Your Appwrite API key (example: `<your-api-key>`)
- optional environment variables:
- `APPWRITE_ENDPOINT`: Appwrite API endpoint (example: `https://<REGION>.cloud.appwrite.io/v1`)
Note: Official Appwrite MCP server. Exposes only 2 meta-tools (appwrite_search_tools, appwrite_call_tool) with the full Appwrite catalog searched at runtime.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.APPWRITE_API_KEYrequiredAPI key for accessing Appwrite services.APPWRITE_PROJECT_IDrequiredID of the Appwrite project.APPWRITE_ENDPOINTrequiredEndpoint URL for the Appwrite API.All Azure MCP tools to create a seamless connection between AI agents and Azure services.