Skip to content
MCP-Bridge
ProductivityAuto-generated

Appwrite MCP Server

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

Quick Setup

Transport: STDIO

Command: npx -y @mcp/appwrite-io-client

Environment Variables

APPWRITE_API_KEY

Example: your_appwrite_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "appwrite-io-client": {
      "command": "npx",
      "args": ["-y","@mcp/appwrite-io-client"],
      "env": {
      "APPWRITE_API_KEY": "your_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