Connects to ESPN's public site API for live scores, team info, and sports news across multiple leagues without requiring authentication. Part of the Pipeworx gateway system, which offers access to 776+ data sources through a unified interface. You can either call ESPN-specific tools directly or use the ask_pipeworx natural language interface to query sports data without manually constructing API calls. Useful when you need real-time sports information in your Claude workflows without managing API keys or dealing with rate limits. The streamable-http transport means it works through their gateway rather than running locally.
ESPN MCP — keyless multi-sport live scores, teams, and news via ESPN's public site API.
Part of Pipeworx — an MCP gateway connecting AI agents to 776+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"espn": {
"url": "https://gateway.pipeworx.io/espn/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 776+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Espn data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
io.github.mindstone/mcp-server-microsoft-teams
helbertparanhos/resend-email-mcp
marlinjai/email-mcp
io.github.mindstone/mcp-server-email-imap
io.github.osamahassouna/email-playbook-mcp
gongrzhe/gmail-mcp-server