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-server
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-server": {
"command": "npx",
"args": ["-y","@mcp/appwrite-io-server"],
"env": {
"APPWRITE_API_KEY": "your_appwrite_api_key"
}
}
}
}Endpoints
GET
/accountGet Account
DELETE
/accountDelete Account
PATCH
/account/emailUpdate Account Email
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
POST
/account/recoveryCreate Password Recovery
PUT
/account/recoveryComplete Password Recovery