Skip to content

github analytics mcp server for Cursor

io.github.thenextgennexus/github-analytics-mcp-server

Get GitHub repository stats, search repos, analyze languages, and compare projects

client:Cursor transport:stdio runtime:npm

Install github analytics mcp server in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "github-analytics-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@thenextgennexus/github-analytics-mcp-server"
      ],
      "env": {
        "APIFY_TOKEN": "<APIFY_TOKEN>"
      }
    }
  }
}

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

github analytics mcp server in other clients