mcpbeat Sign in

Fantasy Football Manager MCP Server

by krmisystems Your server? Claim it
local only

Fantasy Football Manager runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 16 Sep 2026.

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

Installs / week
pypi · fantasy-football-manager
94
Stars
0 open issues
16 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/fantasy_football_manager/dashboard_static/assets/index-BoETzFEl.js:1
этот файл ставится пользователю, но в репозитории его нет
            process = subprocess.Popen(command, stdin=subprocess.DEVNULL, stdout=log, stderr=log,

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add fantasy-football-manager -- uvx fantasy-football-manager
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fantasy-football-manager": {
      "args": [
        "fantasy-football-manager"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fantasy-football-manager]
command = "uvx"
args = ["fantasy-football-manager"]
.cursor/mcp.json
{
  "mcpServers": {
    "fantasy-football-manager": {
      "args": [
        "fantasy-football-manager"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fantasy-football-manager": {
      "args": [
        "fantasy-football-manager"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Fantasy Football Manager

same job, measured the same way
Karea MCP
by starecz

Karea task manager - 49 tools for Claude Code, Cursor, and other MCP clients.

512 installs/wk local only
Codex MCP Tool
by x51xxx

MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review

151 installs/wk local only
Ask Claude
by lykhoyda

Bridge Codex and other MCP clients with Anthropic Claude Code CLI for read-only second opinions

588 installs/wk local only
I
Ruchy MCP
by noahgift

MCP server for Ruchy: code analysis, scoring, linting, formatting, and transpilation tools

local only
Codealive MCP
by codealive-ai

Semantic code search and analysis from CodeAlive for AI assistants and agents.

local only
MCP Tenant Isolation
by subodhkc

Static analysis scanner for MCP server code and multi-tenant SaaS applications.

5 467 installs/wk local only
Aiko
by masa-san-jp

A portable persona for MCP clients — the same agent in Claude Code, Codex, Cursor and VS Code

37 installs/wk local only
Kimi MCP Server
by x51xxx

MCP server bridging AI assistants to Moonshot AI Kimi Code CLI for code analysis and review

487 installs/wk local only

Fantasy Football Manager — questions

Answers built from our own checks of this server.

Why is there no uptime for Fantasy Football Manager?
Fantasy Football Manager runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package fantasy-football-manager.
How do I connect Fantasy Football Manager?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls fantasy-football-manager straight from pypi; nothing to host, nothing to sign up for.
Is Fantasy Football Manager open source?
Yes — it is published under the MIT licence, written in Python and 94 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.