Fantasy Football Manager for Cursor
io.github.krmisystems/fantasy-football-manager
ESPN draft and lineup analysis for Codex and MCP clients. Live actions use the ESPN companion.
client:Cursor
transport:stdio
runtime:pypi
Install Fantasy Football Manager in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fantasy-football-manager": {
"type": "stdio",
"command": "uvx",
"args": [
"fantasy-football-manager"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs