MCP server

Appwrite

MCP

Official 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

    read

    Projects you can see.

  • list_docs

    read

    Documents in a collection.

  • create_doc

    write

    Insert 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

  • list_projects

    Projects you can see.

    read
  • list_docs

    Documents in a collection.

    read
  • create_doc

    Insert after you confirm.

    write

Last call

{ "ok": true,
  "tool": "list_projects",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.