espn for Cline
io.github.christianclaudio/espn
Model Context Protocol server for live & historical sports stats and odds via ESPN.
client:Cline
transport:stdio
runtime:pypi
Install espn in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"espn": {
"command": "uvx",
"args": [
"mcp-server-espn"
],
"env": {
"ESPN_BASE_URL": "<ESPN_BASE_URL>",
"ESPN_TIMEOUT_SECONDS": "<ESPN_TIMEOUT_SECONDS>",
"ESPN_MAX_RETRIES": "<ESPN_MAX_RETRIES>",
"ESPN_MCP_READONLY": "<ESPN_MCP_READONLY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs