The fantasy football mcp public server integrates with Yahoo Fantasy Football APIs to provide AI agents with tools for lineup optimization, draft assistance, and league management. It exposes functions to fetch player stats, project performance, and generate recommendations. Developers use it to build AI-powered fantasy football assistants and analytics tools.
The fantasy football mcp public server integrates with Yahoo Fantasy Football APIs to provide AI agents with tools for lineup optimization, draft assistance, and league management. It exposes functions to fetch player stats, project performance, and generate recommendations. Developers use it to build AI-powered fantasy football assistants and analytics tools.
pip install fantasy-football-mcp-publicAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"derekrbreese-fantasy-football-mcp-public-github": {
"command": "uvx",
"args": [
"pip install fantasy-football-mcp-public"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from fantasy football mcp public?"
API Key Required
This server requires an API key from fantasy football mcp public. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| FANTASY_FOOTBALL_MCP_PUBLIC_API_KEY | Yes | Your fantasy football mcp public API key |
"What resources are available in fantasy football mcp public?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in fantasy football mcp public"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in fantasy football mcp public with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.