Appwrite MCP server
@christyjacob4
Appwrite MCP server について
Appwrite’s MCP server. Operating your backend has never been easier.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"appwrite": {
"type": "http",
"url": "https://mcp.appwrite.io/mcp"
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Appwrite MCP server?
An MCP (Model Context Protocol) server that exposes Appwrite’s API — databases, users, functions, teams, storage, and more — as tools for any MCP client to call. It’s built for developers who want to manage Appwrite resources through AI assistants like Claude, Cursor, or VS Code.
How to use Appwrite MCP server?
Connect your client to the hosted server at https://mcp.appwrite.io/mcp and authenticate through your browser (no keys to copy). The first connection opens an Appwrite consent screen; approve the scopes and you’re connected. Client-specific setup commands are provided for Claude Code, Claude Desktop, Cursor, VS Code (GitHub Copilot), Codex, OpenCode, and Windsurf. For self-hosted Appwrite instances, run the server locally over stdio with a project API key (see docs/self-hosted.md).
Key features of Appwrite MCP server
- Exposes Appwrite services (databases, users, functions, teams, storage) as MCP tools.
- OAuth 2.1 authentication with no manual key management.
- Built-in
appwrite_search_docstool for documentation search. - Supports hosted and self-hosted Appwrite deployments.
- Works with Claude, Cursor, VS Code, Codex, and other MCP clients.
Use cases of Appwrite MCP server
- Manage Appwrite users and teams directly from an AI coding assistant.
- Create and query databases without leaving the chat interface.
- Trigger Appwrite functions and monitor storage from natural language commands.
- Automate common admin tasks across multiple Appwrite projects.
FAQ from Appwrite MCP server
How do I connect my client to the hosted server?
Use the provided configuration snippet for your client (Claude Code, Claude Desktop, Cursor, VS Code, Codex, OpenCode, Windsurf). The endpoint is https://mcp.appwrite.io/mcp. On first connect, your browser will open an Appwrite consent screen.
Can I run the server with a self-hosted Appwrite instance?
Yes. Follow the instructions in docs/self-hosted.md to run the MCP server locally over stdio and authenticate with a project API key.
Which Appwrite services are available as tools?
The server exposes tools for databases, users, functions, teams, storage, and more. The full tool surface is documented in docs/tool-surface.md.
Do I need to manage API keys for the hosted server?
No. The hosted server uses OAuth 2.1 authentication; you authorize via your browser. No keys to copy or store.
What clients are supported?
Claude Code, Claude Desktop, Cursor, VS Code (GitHub Copilot), Codex, OpenCode, and Windsurf are explicitly listed with configuration examples.
「その他」の他のコンテンツ
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Nginx UI
0xJackyYet another WebUI for Nginx
Codelf
unbugA search tool helps dev to solve the naming things problem.
ICSS
chokcoco不止于 CSS
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント