mcpbeat Sign in

Igpsport MCP Server

by dengxuhui Your server? Claim it
local only

Igpsport MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 111 installs a week from pypi. Last commit 30 Jun 2026.

iGPSport cycling data with training metrics (NP/IF/TSS/CTL/ATL/TSB) and workout generation

Installs per day peak 56 · avg 19 · -30% w/w
a month agotoday
111
Installs / week
pypi · igpsport-mcp
3
Stars
0 open issues
30 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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

This one needs environment variables set before it will start: IGPSPORT_USERNAME (iGPSport account (phone for CN, email for intl)), IGPSPORT_PASSWORD (Password), IGPSPORT_REGION (Region: cn (default) or intl), IGPSPORT_FTP (Functional Threshold Power in watts), IGPSPORT_LTHR (Lactate Threshold Heart Rate in bpm). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Igpsport MCP

same job, measured the same way
YouTube Trends MCP
by trendsmcp

YouTube search interest and trend data over time, with growth metrics. Free key at trendsmcp.ai

4 tools answering
Netdata
by netdata

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

answering
Withings Health Data
by akutishevsky

MCP server for Withings health data — sleep, activity, heart, and body metrics.

answering
Opik MCP Server
by comet-ml

Interact with Opik prompts, traces, datasets and metrics through the Model Context Protocol.

70 installs/wk local only
Servicegraph
by servicegraph-mcp

Datasets for founders: directories, newsletters, and agencies, with metrics attached.

answering
Synod Council
by naruminho

Durable symmetric deliberation between two AI agents, with isolated worktrees and peer review.

local only
Synod
by naruminho

Durable symmetric deliberation between two AI agents, with isolated worktrees and peer review.

local only
Startup Finance Metrics
by mayanktalwar0

An MCP server for analyzing startup financial health and generating metrics reports locally.

109 installs/wk local only

Igpsport MCP — questions

Answers built from our own checks of this server.

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