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 Answer
- 1. The Appwrite MCP server lets Claude, Cursor, and VS Code interact with the Appwrite API through natural language.
- 2. Setup: Add the config to
claude_desktop_config.json, set your environment variables, and restart. - 3. 10 operations available including Get Account, Delete Account, Update Account Email, and more.
- 4. Quality score: 46/99 — fair source quality and documentation coverage.
Overview
Category: Productivity
Auth: None
Endpoints: 10
Transport: STDIO
Command: npx -y @mcp/appwrite-io-server
Spec: v0.9.3
Setup time: ~30 sec (no auth)
Environment Variables
APPWRITE_API_KEYExample: your_appwrite_api_key
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"
}
}
}Saves as .cursor/mcp.json in the download. Move it to your project root.
VS Code
Use with MCP extension
{
"mcpServers": {
"appwrite-io-server": {
"url": "https://mcpbridge.org/config/appwrite-io-server.json"
}
}
}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"
}
}
}
}What You Can Build
With the Appwrite MCP server, your AI assistant can:
- Access 10 API operations through natural language
- Read, create, and modify productivity resources without writing HTTP requests
- Chain multiple operations in a single conversation for complex workflows
- Combine with other MCP servers for cross-tool automation
Endpoints
/accountGet Account
/accountDelete Account
/account/emailUpdate Account Email
/account/logsGet Account Logs
/account/nameUpdate Account Name
/account/passwordUpdate Account Password
/account/prefsGet Account Preferences
/account/prefsUpdate Account Preferences
/account/recoveryCreate Password Recovery
/account/recoveryComplete Password Recovery
Authentication
No authentication required. This MCP server can be used without API keys.
Spec Version
Version: 0.9.3
Spec version published with the OpenAPI document. Config auto-updates when the spec changes.
Page last updated: June 13, 2026
Quality Score
- +Auto-generated (+12)
- +Has documentation (+12)
- +OpenAPI spec available (+8)
- +10 endpoints (+14)
Own this API?
Claim your listing to update description, links, and category — and get a verified badge.
Claim this listing →Similar APIs
Other APIs in the Productivity category.
Notion API
Create and manage Notion pages, databases, and blocks through your AI agent.
OAuth2Linear API
Manage issues, projects, and workflows in Linear through your AI agent.
API KeyPlatform API
The [REST API specification](https://www.ably.io/documentation/rest-api) for Ably.
Control API v1
Use the Control API to manage your applications, namespaces, keys, queues, rules, and more. Detailed information on using this API can be found in the Ably <a href="https://ably.com/documentation/control-api">developer documentation</a>. Control API is currently in Beta.