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-client.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/appwrite-io-client.json to fetch programmatically.
{
"mcpServers": {
"appwrite-io-client": {
"command": "npx",
"args": ["-y","@mcp/appwrite-io-client"],
"env": {
"APPWRITE_API_KEY": "your_appwrite_api_key"
}
}
}
}How to Use
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-client.jsonEnvironment Variables
APPWRITE_API_KEYReplace your_appwrite_api_key with your actual appwrite api key
Endpoints
/accountGet Account
/accountCreate Account
/accountDelete Account
/account/emailUpdate Account Email
/account/jwtCreate Account JWT
/account/logsGet Account Logs
/account/nameUpdate Account Name
/account/passwordUpdate Account Password
/account/prefsGet Account Preferences
/account/prefsUpdate Account Preferences