mcpbeat Sign in

breedsim-mcp MCP Server

local only

breedsim-mcp runs on your own machine — the client starts it, so there is no endpoint to ping. 145 installs a week from pypi. Last commit 17 Sep 2026.

Breeding-scheme simulation via AlphaSimR. Needs R, AlphaSimR and libtirpc-dev on the host.

Installs per day peak 134 · avg 33 · -10% w/w
a month agotoday
145
Installs / week
pypi · breedsim-mcp
0
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
GPL-3.0
License
Python

Nothing serious here today

Today is the operative word: we check breedsim-mcp every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 breedsim-mcp -- uvx breedsim-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "breedsim-mcp": {
      "args": [
        "breedsim-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.breedsim-mcp]
command = "uvx"
args = ["breedsim-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "breedsim-mcp": {
      "args": [
        "breedsim-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "breedsim-mcp": {
      "args": [
        "breedsim-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: OMP_NUM_THREADS (Pinned to '1' at import so AlphaSimR results are reproducible; overriding it makes runs non-deterministic and the server reports that in every response.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to breedsim-mcp

same job, measured the same way
Polymarket MCP
by beejmaxx

Polymarket market data, live CLOB books, replay, simulation, and opt-in trading in Rust.

local only
Calibre-Web
by ni-c

Read-only MCP server for Calibre-Web: library search, browsing and covers via the OPDS feed

78 installs/wk local only
Writio
by alexlarcheveque

LinkedIn-native AI content creation, scheduling & analytics via MCP.

30 installs/wk local only
Google News
by johnisanerd

Google News headlines, sources, and links via the Apify Google News API, hosted MCP.

answering
C
Tenderly MCP
by tenderly

Tenderly MCP server for blockchain dev — simulate, debug, and test on 100+ networks.

answering
Logo.dev MCP
by pvliesdonk

Look up company logos and brand data via the logo.dev API.

63 installs/wk local only
Ccu MCP
by claymore666

MCP server for controlling HomeMatic smart home devices via the CCU JSON-RPC API

73 installs/wk local only
Debmatic MCP
by claymore666

MCP server for controlling HomeMatic smart home devices via the CCU JSON-RPC API

28 installs/wk local only

breedsim-mcp — questions

Answers built from our own checks of this server.

Why is there no uptime for breedsim-mcp?
breedsim-mcp 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 breedsim-mcp was installed 145 times last week.
How do I connect breedsim-mcp?
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 breedsim-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use breedsim-mcp?
The pypi package breedsim-mcp was installed 145 times in the last week. Week over week that is -10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is breedsim-mcp open source?
Yes — it is published under the GPL-3.0 licence, written in Python and 0 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.