Skip to content
Cursor

admin mcp for Cursor

io.github.hellocoop/admin-mcp

Model Context Protocol (MCP) for Hellō Admin API.

client:Cursor transport:stdio runtime:npm

Install admin mcp in Cursor

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

{
  "mcpServers": {
    "admin-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@hellocoop/admin-mcp"
      ]
    }
  }
}

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

admin mcp in other clients