Appwrite MCP server
@appwrite
About Appwrite MCP server
Appwrite’s MCP server. Operating your backend has never been easier.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"appwrite": {
"type": "http",
"url": "https://mcp.appwrite.io/mcp"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Appwrite MCP server?
Appwrite MCP server is a Model Context Protocol server that exposes Appwrite’s API—databases, users, functions, teams, storage, and more—as tools that MCP clients can call. It is intended for developers who want to interact with Appwrite through an AI-powered assistant.
How to use Appwrite MCP server?
Connect to the hosted server at https://mcp.appwrite.io/mcp and authenticate via browser OAuth. No keys to copy. For self-hosted Appwrite instances, run the server locally over stdio with a project API key. Configuration examples are provided for Claude Code, Claude Desktop, Cursor, VS Code (GitHub Copilot), Codex, OpenCode, and Windsurf.
Key features of Appwrite MCP server
- Exposes Appwrite's API as MCP tools (databases, users, functions, teams, storage, etc.)
- Hosted server with browser‑based OAuth authentication
- Supports both hosted (cloud) and self‑hosted (API key) modes
- Works with major MCP‑compatible clients (Claude, Cursor, VS Code, etc.)
- Integrates directly without manual key copying for cloud users
Use cases of Appwrite MCP server
- Manage Appwrite databases, users, and teams through conversational AI
- Call Appwrite functions and storage operations from an MCP‑aware assistant
- Automate Appwrite project tasks without leaving your coding environment
- Run the MCP server locally with a self‑hosted Appwrite instance
FAQ from Appwrite MCP server
How do I authenticate with the hosted server?
The first time you connect, your client opens an Appwrite consent screen; approve the scopes and you are connected. No keys need to be copied.
Can I run the server with my own Appwrite instance?
Yes. For self‑hosted Appwrite, run the MCP server locally over stdio and authenticate with a project API key. See docs/self‑hosted.md for per‑client setup.
What runtime does the server require?
The hosted server has no local runtime requirements. If you use the stdio bridge (e.g., on Claude Desktop’s free plan), Node.js is required to run npx mcp‑remote.
Which MCP clients are officially supported?
Claude Code, Claude Desktop, Cursor, VS Code (GitHub Copilot), Codex, OpenCode, and Windsurf are documented with configuration examples.
What tools are exposed by the server?
The server exposes Appwrite’s API capabilities as tools, covering databases, users, functions, teams, storage, and more. A full tool surface is documented in docs/tool‑surface.md.
More Other MCP servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Comments