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://mcpbridge.org/config/appwrite-io-client.jsonOne-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-client": {
"command": "npx",
"args": [
"-y",
"@mcp/appwrite-io-client"
],
"env": {
"APPWRITE_API_KEY": "your_appwrite_api_key"
}
}
}
}Cursor
Settings → MCP Servers → Add
{
"mcpServers": {
"appwrite-io-client": {
"url": "https://mcpbridge.org/config/appwrite-io-client.json"
}
}
}VS Code
Use with MCP extension
{
"mcpServers": {
"appwrite-io-client": {
"url": "https://mcpbridge.org/config/appwrite-io-client.json"
}
}
}Configuration JSON
Use curl https://mcpbridge.org/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://mcpbridge.org/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
Similar APIs
Other APIs in the Productivity category.
Notion API
Create and manage Notion pages, databases, and blocks through your AI agent.
https://mcpbridge.org/config/notion.jsonLinear API
Manage issues, projects, and workflows in Linear through your AI agent.
https://mcpbridge.org/config/linear.jsonPlatform API
The [REST API specification](https://www.ably.io/documentation/rest-api) for Ably.
https://mcpbridge.org/config/ably-io-platform.jsonControl 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.
https://mcpbridge.org/config/ably-net-control.json