Skip to content
Cursor

college scorecard mcp for Cursor

io.github.mrfentmen/college-scorecard-mcp

US college data from the College Scorecard API. No key required.

client:Cursor transport:stdio runtime:npm

Install college scorecard mcp in Cursor

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

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

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

college scorecard mcp in other clients