Back to directory
appwrite/mcp-for-api

appwrite/mcp-for-api

@appwrite

Appwrite's MCP server for interacting with Appwrite's API to manage databases, users, functions, teams, and more.

appwritebackendapimcppythonclouddatabaseserverless

Installation & Configuration

{
  "mcpServers": {
    "appwrite": {
      "command": "uvx",
      "args": [
        "mcp-server-appwrite"
      ],
      "env": {
        "APPWRITE_PROJECT_ID": "<YOUR_PROJECT_ID>",
        "APPWRITE_API_KEY": "<YOUR_API_KEY>",
        "APPWRITE_ENDPOINT": "https://<REGION>.cloud.appwrite.io/v1"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15