Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FantasyPros MCP Servershow me the top 10 PPR rankings for NFL running backs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
FantasyPros MCP Server
An MCP server that provides access to the FantasyPros API for sports data, news, rankings, and projections.
Setup
Installing via Smithery
To install fantasy-pros-mcp for Claude Desktop automatically via Smithery:
Manual Installation
Get a FantasyPros API key by emailing them
Create a
.envfile and add your API key:
Install dependencies:
Build the server:
Available Tools
get_sport_news
Get news for a specific sport (NFL, MLB, NBA, NHL)
Parameters:
sport: Sport to get news for ('nfl', 'mlb', 'nba', 'nhl')
limit: Number of news items to return (max 25)
category: Type of news ('injury', 'recap', 'transaction', 'rumor', 'breaking')
get_players
Get player information for a specific sport
Parameters:
sport: Sport to get players for ('nfl', 'mlb', 'nba', 'nhl')
playerId: Filter by specific player ID (optional)
get_rankings
Get consensus rankings for a sport
Parameters:
sport: Sport to get rankings for ('nfl', 'nba')
position: Position to filter by (optional)
scoring: Scoring type for NFL ('STD', 'PPR', 'HALF')
get_projections
Get player projections for a sport
Parameters:
sport: Sport to get projections for ('nfl', 'mlb', 'nba')
season: Season year
week: Week number (for NFL)
position: Position to filter by (optional)