PluginBench
MCP Server
Active
MIT

io.github.appwrite/mcp MCP Server

io.github.appwrite/mcp

What is the io.github.appwrite/mcp MCP server?

MCP (Model Context Protocol) server for Appwrite

How to install io.github.appwrite/mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "command": "uvx",
      "args": [
        "mcp-server-appwrite"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "command": "uvx",
      "args": [
        "mcp-server-appwrite"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp": {
      "command": "uvx",
      "args": [
        "mcp-server-appwrite"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-server-appwrite"
      ]
    }
  }
}
Claude Code
claude mcp add mcp -- uvx mcp-server-appwrite

Related MCP servers

MCP (Model Context Protocol) server for Appwrite

69
Python
MIT
View repository →