Skip to content
MCP-Bridge
Productivity

Appwrite Claude Desktop Config

Add the Appwrite MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "appwrite-io-client": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/appwrite-io-client"
      ],
      "env": {
        "APPWRITE_API_KEY": "your_appwrite_api_key"
      }
    }
  }
}

Environment Variables

APPWRITE_API_KEY

Replace your_appwrite_api_key with your actual appwrite api key

Endpoints

GET/account

Get Account

POST/account

Create Account

DELETE/account

Delete Account

PATCH/account/email

Update Account Email

POST/account/jwt

Create Account JWT

GET/account/logs

Get Account Logs

PATCH/account/name

Update Account Name

PATCH/account/password

Update Account Password

GET/account/prefs

Get Account Preferences

PATCH/account/prefs

Update Account Preferences