Skip to content
Cursor

eqsl mcp for Cursor

io.github.qso-graph/eqsl-mcp

eQSL.cc MCP server. Inbox download, QSO verification, Authenticity Guaranteed status.

client:Cursor transport:stdio runtime:pypi

Install eqsl mcp in Cursor

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

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

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

eqsl mcp in other clients