MCP (Model Context Protocol) server for Appwrite
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
A Model Context Protocol 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
through your browser. The first time you connect, your client opens an Appwrite
consent screen; approve the scopes and you're connected. There are no keys to
copy. The conventional https://mcp.appwrite.io/mcp URL is also supported and
connects to the same server.

Pick your client below. Each adds the hosted Appwrite Cloud server.
Then, inside a Claude Code session, run /mcp, select appwrite, and follow
the browser prompt to authenticate.
Go to Settings โ Connectors โ Add custom connector and paste
https://mcp.appwrite.io/. Available on Pro and Max plans; on Team and
Enterprise plans only an organization Owner can add custom connectors.
If you don't see that option (free plan, or a Team/Enterprise member), bridge the remote server through stdio instead (requires Node.js). Go to Settings โ Developer โ Local MCP servers, click Edit Config, and add:
Restart Claude Desktop; the server appears under Local MCP servers and a browser window opens to authenticate.

Edit ~/.cursor/mcp.json (global) or .cursor/mcp.json (project).
Cursor prompts you to log in through the browser; the server then shows up under Settings โ MCP with its tools enabled.

Edit .vscode/mcp.json (workspace) or your user configuration via the Command
Palette โ MCP: Open User Configuration.
Edit ~/.codex/config.toml.
Then authenticate from the terminal:
In the Codex GUI, you can instead add the server from the MCP settings โ
set the URL to https://mcp.appwrite.io/ and leave the token and header
fields empty (authentication happens through the browser):

Edit opencode.json (project) or ~/.config/opencode/opencode.json (global).
Edit ~/.codeium/windsurf/mcp_config.json.
Or edit ~/.gemini/settings.json (note the key is httpUrl, not url):
Gemini CLI opens the browser OAuth flow automatically on first connect. To
re-authenticate, run /mcp auth appwrite inside a session.
Edit ~/.gemini/config/mcp_config.json (global) or .agents/mcp_config.json (project workspace).
โ ๏ธ Note: Antigravity strictly requires the
serverUrlkey for remote transport. Using legacy fields likeurlorhttpUrlwill cause tool registration to fail silently.
Antigravity opens the browser OAuth flow automatically on first connect. If you manually edit the JSON file, navigate to Settings โ Customizations โ Installed MCP Servers and click Refresh to reload the tool definitions.
Or run /mcp add inside a session, or edit ~/.copilot/mcp-config.json:
A browser window opens to authenticate on first connect. Check status with
/mcp.
Go to Settings โ AI โ MCP Servers โ Add Server โ Add Remote Server, or add
to your settings.json (zed: open settings):
Zed prompts you to authenticate through the browser on first connect.
Go to Settings โ Agents โ MCP servers โ + Add, choose the URL-based
server type, and enter https://mcp.appwrite.io/.
Warp opens a browser window to authenticate on first connect.
JetBrains IDEs don't yet support OAuth for remote MCP servers, so bridge through stdio (requires Node.js). Go to Settings โ Tools โ AI Assistant โ Model Context Protocol (MCP) โ Add, switch to the JSON view, and paste:
A browser window opens to authenticate on first connect.
Cline doesn't yet support OAuth for remote MCP servers, so bridge through stdio (requires Node.js). In the Cline panel, open the MCP Servers icon โ Configure tab โ Configure MCP Servers, and add:
A browser window opens to authenticate on first connect.
Running your own Appwrite instance? Run the MCP server locally over stdio and
authenticate with a project API key. See docs/self-hosted.md
for per-client setup.
appwrite_search_docs tool and how to rebuild its index.This MCP server is licensed under the MIT License. See the LICENSE file for details.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-for-api)<a href="https://allmcps.com/mcp/mcp-for-api"><img src="https://allmcps.com/api/badge/mcp-for-api?style=directory" alt="Mcp For Api on AllMCPs" /></a>