About Espn Ff
Espn Ff is an MCP server published by KBThree13 in the AI category: eSPN Fantasy API with LLMs!. It has been installed 0 times through Conduid.
The repository has 28 stars and 7 forks, with the last commit 8 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx mcp-espn-ffThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Espn Ff
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
README
ESPN Fantasy Football MCP Server
Overview
This MCP (Model Context Protocol) server allows LLMs like Claude to interact with the ESPN Fantasy Football API. It provides tools for accessing league data, team rosters, player statistics, and more through a standardized interface. It can work with both public and private ESPN Leagues.
Features (MCP Tools)
- Authentication: Securely store ESPN credentials for the current session (for private leagues)
- League Info: Get basic information about fantasy football leagues
- Team Rosters: View current team rosters and player details
- Player Stats: Find and display stats for specific players
- League Standings: View current team rankings and performance metrics
- Matchup Information: Get details about weekly matchups
Installation
Prerequisites
- Python 3.10 or higher
uvpackage manager- Claude Desktop for the best experience
Usage with Claude Desktop
- Update the Claude Desktop config:
- MacOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Include reference to the MCP server
{ "mcpServers": { "espn-fantasy-football": { "command": "uv", "args": [ "--directory", "/absolute/path/to/directory", "run", "espn_fantasy_server.py" ] } } }
- Restart Claude Desktop
Acknowledgements
cwendt94/espn-api for the nifty python wrapper around the ESPN Fantasy API
README mirrored from the source repository 3 months ago. The original is authoritative.