MCP server

Appwrite
MCPOfficial Appwrite MCP. Projects and databases.
Appwrite’s remote server (and mcp-server-appwrite). Auth, databases, storage — the project you connect.
latest·Proprietary·Updated this quarter·github.com/appwrite/mcp·Transport: http
Claude CodeCursorDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"appwrite": {
"url": "https://mcp.appwrite.io/mcp"
}
}
}By Appwrite
Spec
What the server actually exposes.
list_projects
readProjects you can see.
list_docs
readDocuments in a collection.
create_doc
writeInsert after you confirm.
Guardrails
- OAuth or an API key you provide
- Writes are separate tools
- Scope is the account you connect
appwrite-mcp.mcp/tools
Tools
- read
list_projects
Projects you can see.
- read
list_docs
Documents in a collection.
- write
create_doc
Insert after you confirm.
Last call
{ "ok": true,
"tool": "list_projects",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
