Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/appwrite-io-server.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

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

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "appwrite-io-server": {
      "url": "https://mcpbridge.org/config/appwrite-io-server.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "appwrite-io-server": {
      "url": "https://mcpbridge.org/config/appwrite-io-server.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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