mcpbeat Sign in

Fartlek MCP Server

local only

Fartlek runs on your own machine — the client starts it, so there is no endpoint to ping. 58 installs a week from pypi.

A coach's morning report from your Garmin data, for any LLM via MCP.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 43 · avg 14 · -33% w/w
a month agotoday
58
Installs / week
pypi · fartlek-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet, 3 d 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.

Builds a database query by concatenation fartlek/render/renderer.py:202
        n_drop = len(tail) - len(surviving)
        if n_drop:
            ws.rows = head + surviving
Runs an external command fartlek/mcp_server/setup_state.py:135
            subprocess.run(

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

Alternatives to Fartlek

same job, measured the same way
Pentest Tools
by pentest-tools

MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.

answering
AI Usage
by mohitbansal321

Reports real token usage and cost from Claude Code and OpenCode data. Nothing leaves your machine.

436 installs/wk local only
Google CrUX MCP
by a1-x-tech

Real-user Core Web Vitals from the Chrome UX Report (CrUX) API for any origin or URL.

88 installs/wk local only
Google Analytics
by codechap

MCP server for Google Analytics 4 — reports, realtime data, and admin

local only
I
Universalbench
by nikhilgogulwar

Run code, query databases, call any LLM, and commit to GitHub from your AI, safely. Free tier.

answering
MoodleMCP
by moodlemcp

Connect your Moodle to AI assistants: courses, content, grading and reports from the chat.

answering
Cueapi
by cueapi

Schedule agent work and report write-once outcomes via CueAPI from any MCP host.

60 installs/wk local only
LLMemory
by meir-may

Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only

answering

Fartlek — questions

Answers built from our own checks of this server.

Why is there no uptime for Fartlek?
Fartlek 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 fartlek-mcp was installed 58 times last week.
Is Fartlek still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Fartlek?
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 fartlek-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Fartlek?
The pypi package fartlek-mcp was installed 58 times in the last week. Week over week that is -33%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.