Skip to content
MCP-Bridge
Productivity

Appwrite MCP Config

Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstract and simplify common development tasks behind a REST APIs, to help you develop your app in a fast and secure way. For full API documentation and tutorials go to [https://appwrite

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/appwrite-io-server.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/appwrite-io-server.json to fetch programmatically.

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

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/appwrite-io-server.json

Environment Variables

APPWRITE_API_KEY

Replace your_appwrite_api_key with your actual appwrite api key

Endpoints

GET/account

Get Account

DELETE/account

Delete Account

PATCH/account/email

Update Account Email

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

POST/account/recovery

Create Password Recovery

PUT/account/recovery

Complete Password Recovery