Connects Claude to your Appwrite backend through a two-tool interface that searches and calls the full Appwrite API catalog at runtime. Instead of exposing hundreds of individual tools, you get appwrite_search_tools and appwrite_call_tool that dynamically access databases, users, functions, teams, and storage operations. Large responses are stored as MCP resources with preview text to keep context manageable. Write operations require explicit confirmation. Requires an Appwrite project ID and API key with appropriate scopes, which the server validates on startup rather than failing silently later. Useful when you're building or debugging Appwrite applications and want to query collections, manage users, or inspect function logs without switching to the console or writing one-off scripts.
claude mcp add --transport stdio appwrite-mcp-for-api uvx mcp-for-api