Skip to content
VS Code

Fantasy Football Manager for VS Code

io.github.krmisystems/fantasy-football-manager

ESPN draft and lineup analysis for Codex and MCP clients. Live actions use the ESPN companion.

client:VS Code transport:stdio runtime:pypi

Install Fantasy Football Manager in VS Code

.vscode/mcp.json

{
  "servers": {
    "fantasy-football-manager": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fantasy-football-manager"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Fantasy Football Manager in other clients