mcpbeat Sign in

SisRUN Training Plan MCP Server

local only

SisRUN Training Plan runs on your own machine — the client starts it, so there is no endpoint to ping. 57 installs a week from pypi. Last commit 24 Aug 2026.

Read your SisRUN (appsisrun.com.br) training plan: prescribed workouts, pace/HR windows, structure

Installs per day peak 268 · avg 32 · -66% w/w
a month agotoday
57
Installs / week
pypi · sisrun-mcp
0
Stars
0 open issues
24 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check SisRUN Training Plan 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 sisrun-mcp -- uvx sisrun-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sisrun-mcp": {
      "args": [
        "sisrun-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sisrun-mcp]
command = "uvx"
args = ["sisrun-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "sisrun-mcp": {
      "args": [
        "sisrun-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sisrun-mcp": {
      "args": [
        "sisrun-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: SISRUN_EMAIL (SisRUN login e-mail (alternative: ~/.sisrun/credentials file)), SISRUN_PASSWORD (SisRUN password (alternative: ~/.sisrun/credentials file)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SisRUN Training Plan

same job, measured the same way
Parameter
by parameterfit

Your AI writes training plans that arrive as structured workouts on iPhone and Apple Watch.

answering
Tredict
by tredict

Analyse activities, build training plans and sync structured workouts to your sports watch.

answering
Garmin Connect Workouts MCP
by slaat

Turn plain language into real workouts on your Garmin watch: pace, HR, power, intervals, swim sets.

54 installs/wk local only
Tally Workout
by westvegh

First strength app Claude can write to: plan training in chat, it lands in the app ready to log.

answering
MyoAmigo
by myoamigo

Agent-first strength-training platform across iOS, Web & MCP: read & write workouts, PRs & plans.

answering
Povver — Strength Training
by povver

Your strength-training data for any AI assistant: workouts, progress, muscle volume, routines.

answering
xTiles
by xtiles

Read and structure notes, projects, tasks, and pages in the xTiles visual workspace.

answering
Evertrain
by evertrain

Manage your Evertrain training — programs, workouts, exercises, history, and coaching notes.

answering

SisRUN Training Plan — questions

Answers built from our own checks of this server.

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