Skip to content
Cursor

mcp for api for Cursor

io.github.appwrite/mcp-for-api

MCP (Model Context Protocol) server for Appwrite

client:Cursor transport:stdio runtime:pypi

Install mcp for api in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-for-api": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-server-appwrite"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp for api in other clients