sports for Cursor
io.github.vublox/sports
Live football scores, match summaries, and fan clip links from Vublox. No API key required.
client:Cursor
transport:stdio
runtime:npm
Install sports in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sports": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vublox/agent-tools"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs