Official-style integration pattern: skills teach when and how to use Appwrite safely; MCP (mcp-server-appwrite via uvx) performs live API operations.
- Install uv so
uvxis available. - Create an Appwrite API key with the scopes you are willing to expose to the assistant.
- In
.mcp.json, replace placeholders—or override env vars in Cursor Settings → MCP for this server. - For self-hosted Appwrite, set
APPWRITE_ENDPOINTto your instance API URL (see Appwrite docs for the/v1base).
Additional APIs (users, storage, functions, …) are opt-in flags on mcp-server-appwrite to control context size.