Skip to content
Cursor

AgentHotspot for Cursor

io.github.agenthotspot/agenthotspot-mcp

Search thousands of MCP connectors from the AgentHotspot marketplace via your AI agent.

client:Cursor transport:stdio runtime:pypi

Install AgentHotspot in Cursor

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

{
  "mcpServers": {
    "agenthotspot-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agenthotspot-mcp"
      ]
    }
  }
}

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

AgentHotspot in other clients