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_KEYExample: 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
/accountGet Account
POST
/accountCreate Account
DELETE
/accountDelete Account
PATCH
/account/emailUpdate Account Email
POST
/account/jwtCreate Account JWT
GET
/account/logsGet Account Logs
PATCH
/account/nameUpdate Account Name
PATCH
/account/passwordUpdate Account Password
GET
/account/prefsGet Account Preferences
PATCH
/account/prefsUpdate Account Preferences