Skip to content
Cursor

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

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

{
  "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

davincibets mcp in other clients