mcp

appwrite/mcp
★ 71 stars Python API Integration Updated 3d ago ✗ Risk
Appwrite’s MCP server. Operating your backend has never been easier.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp": {
      "command": "uvx",
      "args": [
        "mcp"
      ]
    }
  }
}

Or install with pip: pip install mcp

README Excerpt

<!-- mcp-name: io.github.appwrite/mcp --> A [Model Context Protocol](https://modelcontextprotocol.io) server for Appwrite. It exposes Appwrite's API — databases, users, functions, teams, storage, and more — as tools your MCP client can call. Connect to the hosted server at **`https://mcp.appwrite.io/`** and authenticate