MCP.so
登录

Appwrite MCP server

@christyjacob4

关于 Appwrite MCP server

Appwrite’s MCP server. Operating your backend has never been easier.

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

christyjacob4

配置

使用下面的配置,将此服务器添加到你的 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_docs tool 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 服务器