Overview
Appwrite MCP Server is a Model Context Protocol server designed to connect Large Language Models (LLMs) to Appwrite's API, facilitating the management of databases, users, functions, teams, and more within Appwrite projects.
To use the Appwrite MCP Server, you can either run it directly using the uv tool or install it via pip. After installation, configure it with your project ID and API key to start managing your Appwrite project.
- Integration with Appwrite's API for seamless management of various components. - Support for databases, users, and teams management. - Easy installation and configuration options.
- Managing user accounts and permissions in Appwrite.
- Handling database operations for applications built on Appwrite.
- Integrating LLMs for enhanced functionality in Appwrite projects.
Add to your AI client
Use these steps to connect Appwrite MCP server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-appwrite-christyjacob4": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-appwrite-christyjacob4"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-appwrite-christyjacob4": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-appwrite-christyjacob4"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-appwrite-christyjacob4": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-appwrite-christyjacob4"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-appwrite-christyjacob4": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-appwrite-christyjacob4"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-appwrite-christyjacob4": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-appwrite-christyjacob4"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-appwrite-christyjacob4": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-appwrite-christyjacob4"
]
}
}
}FAQ
What programming language is Appwrite MCP Server built with?
Appwrite MCP Server is built using Python.
Is there a license for using Appwrite MCP Server?
Yes, it is licensed under the MIT License, allowing free use, modification, and distribution.
How can I debug the Appwrite MCP Server?
You can use the MCP inspector tool to debug the server.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1999,"uuid":"14c967d2-1f08-4574-8bbc-c4ccdb3d7142","name":"mcp-server-appwrite","title":"Appwrite MCP server","description":"MCP to connect LLMs to Appwrite","avatar_url":"https://avatars.githubusercontent.com/u/20852629?v=4","created_at":"2025-03-05T07:46:40.944+00:00","updated_at":"2025-03-12T10:18:19.972+00:00","status":"created","author_name":"christyjacob4","author_avatar_url":"https://avatars.githubusercontent.com/u/20852629?v=4","tags":"mcp-server,appwrite,llm-integration","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/christyjacob4/mcp-server-appwrite","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"1\",\"license\":\"MIT license\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-02-26 00:22:14\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]