davincibets mcp for Cursor
io.github.davincipicks/davincibets-mcp
AI sports predictions for NBA, NFL, NHL & MLB — picks, cards, track record, schedule
client:Cursor
transport:stdio
runtime:npm
Install davincibets mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"davincibets-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@davincibets/mcp-server"
],
"env": {
"DVB_API_KEY": "<DVB_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs