MCP server for Fantasy Genius NBA fantasy sports analytics — connect Claude Desktop to your leagues
Project description
Fantasy Genius MCP Server
Connect Claude Desktop to your Fantasy Genius NBA fantasy leagues.
Once configured, you can ask Claude things like:
- "Show me the top 20 free agents in my Fantrax league."
- "Where does my team rank in each statistical category?"
- "Who should I pick up to improve my rebounding?"
- "Give me a draft strategy for my snake draft."
Requirements
- Python 3.10+
- An active Fantasy Genius account
- Claude Desktop
Installation
pip install fantasy-genius-mcp
Setup
1. Get your API token
Log in to Fantasy Genius and go to Settings → Claude AI / MCP (or navigate to /mcp/token/). Generate a token and copy it.
2. Create a config file
Create ~/.config/fantasy-genius-mcp/config.json:
{
"api_token": "your-token-here",
"base_url": "https://fantasy-genius.com"
}
3. Add to Claude Desktop
Edit your Claude Desktop config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"fantasy-genius": {
"command": "fantasy-genius-mcp",
"env": {
"FG_MCP_CONFIG": "/path/to/your/config.json"
}
}
}
}
4. Restart Claude Desktop
Quit and reopen Claude Desktop. You'll see fantasy-genius listed as an MCP server.
Available Tools
| Tool | Description |
|---|---|
get_my_leagues |
List all your leagues and team IDs |
get_league_settings |
Scoring system, roster size, IR slots |
get_team_roster |
Team roster with projections or live stats |
get_free_agents |
Available players ranked by value |
get_team_analysis |
Category rankings across all league teams |
search_players |
Find players by name or position |
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fantasy_genius_mcp-1.0.0.tar.gz.
File metadata
- Download URL: fantasy_genius_mcp-1.0.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3470987a05eaf6534c88d3695488825b973f51f435865a5d527a3c8d32c2f19e
|
|
| MD5 |
d4bef6a8ee1406cebb1a8b81c6bfafaf
|
|
| BLAKE2b-256 |
fa3853f382fc6567b8015d8f5ed17e7201caa8ce2f9409027f6d7c869d4302e8
|
File details
Details for the file fantasy_genius_mcp-1.0.0-py3-none-any.whl.
File metadata
- Download URL: fantasy_genius_mcp-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
853f0091dcf961d59408e16c0a4d3d41c7f5506c6dcbe04cb0e3ecb84f89d260
|
|
| MD5 |
0456e44d1190670678dc8e7b0e2d3880
|
|
| BLAKE2b-256 |
abf3c1d21b2cb223181d9914c961b4fb22ad58f032f515532681de39240ca160
|