Skip to content
Cursor

dealhub admin for Cursor

io.github.vishvick/dealhub-admin

DealHub MCP server for admins. Manage versions and users with 7 tools via Claude AI agents.

client:Cursor transport:stdio runtime:npm

Install dealhub admin in Cursor

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

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

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

dealhub admin in other clients