Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"sleeper-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol server that connects AI agents to Sleeper Fantasy Football, enabling intelligent league analysis, roster evaluation, and strategic insights.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
The official MCP Server for the Mux API
MCP Server for Text to Speech
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Unity MCP Server — 268 tools for AI-assisted game development. Connect Claude, Cursor, or any MCP client to Unity Editor & Unity Hub. Scene management, GameObjects, components, builds, profiling, Shader Graph, Amplify, terrain, physics, NavMesh, animation, MPPM multiplayer & more. Free & open source by AnkleBreaker Studio.
MCP Security Weekly
Get CVE alerts and security updates for Sleeper Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol server that connects AI agents to Sleeper Fantasy Football, enabling intelligent league analysis, roster evaluation, and strategic insights.
This MCP server allows you to ask AI agents natural language questions about your Sleeper fantasy football leagues:
configs/league_settings.json with your league's custom rulesEdit configs/league_settings.json to add your league's information. Copy the template and replace with your details:
{
"leagues": {
"1234567890123456789": {
"name": "My Fantasy League",
"description": "League with custom head-to-head tiebreakers",
"custom_standings": {
"enabled": true,
"instructions": "When teams have the same wins, use head-to-head record first, then points for, then points against",
"tiebreak_order": ["wins", "head_to_head", "points_for", "points_against"],
"notes": "This league uses custom tiebreakers not supported by Sleeper natively"
}
}
}
}
Once configured, you can ask your AI agent:
See docs/DEVELOPMENT.md for:
configs/league_settings.jsonThe server automatically applies your league's custom settings, so you don't need to explain the rules every time.
MIT License - see LICENSE file