Sleeper Fantasy MCP by UnClick for VS Code
io.github.malamutemayhem/sleeper
Sleeper fantasy football users, leagues, rosters, drafts, players, and matchups. By UnClick.
client:VS Code
transport:stdio
runtime:npm
Install Sleeper Fantasy MCP by UnClick in VS Code
.vscode/mcp.json
{
"servers": {
"sleeper": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@unclick/sleeper-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs