pipeworx-io/mcp-sports
MCP server for sports data — teams, players, standings, and match results via TheSportsDB
Platform-specific configuration:
{
"mcpServers": {
"mcp-sports": {
"command": "npx",
"args": [
"-y",
"mcp-sports"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Sports MCP — wraps TheSportsDB API (free tier, test key "3", no auth required)
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------|
Add to your MCP client config:
{
"mcpServers": {
"sports": {
"url": "https://gateway.pipeworx.io/sports/mcp"
}
}
}Or use the CLI:
npx pipeworx use sportsMIT
Loading reviews...