Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"rundida": {
"args": [
"-y",
"@rundida/mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for RunDida — the world's most comprehensive running tools platform.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@rundida/mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @rundida/mcp-server against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in health / education
MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications
A Model Context Protocol server for searching and analyzing arXiv papers
MCP server for NotebookLM - Let your AI agents (Claude Code, Codex) research documentation directly with grounded, citation-backed answers from Gemini. Persistent auth, library management, cross-client sharing. Zero hallucinations, just your knowledge base.
MCP server for Withings health data — sleep, activity, heart, and body metrics.
MCP Security Weekly
Get CVE alerts and security updates for Rundida MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for RunDida — the world's most comprehensive running tools platform.
Give your AI assistant access to 92 running calculators, 46 training guides, 44+ marathon events, pace/time/distance calculations, race time predictions, and heart rate training zones.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"rundida": {
"command": "npx",
"args": ["-y", "@rundida/mcp-server"]
}
}
}
claude mcp add rundida -- npx -y @rundida/mcp-server
Add to your MCP configuration:
{
"rundida": {
"command": "npx",
"args": ["-y", "@rundida/mcp-server"]
}
}
| Tool | Type | Description |
|---|---|---|
list_tools | Data | Browse all 92 running calculators with descriptions |
get_tool | Data | Get details, FAQs, and sources for a specific tool |
list_guides | Data | Browse all 46 running guides with descriptions |
get_guide | Data | Get guide details, FAQs, and related tools |
list_marathons | Data | List 44+ marathon events with dates and locations |
get_marathon | Data | Get marathon details including weather and course profile |
calculate_pace | Compute | Calculate pace, time, or distance (provide any 2 of 3) |
predict_race | Compute | Predict race times using Riegel formula + VO2max estimation |
heart_rate_zones | Compute | Calculate 5 HR training zones (Karvonen method) |
marathon_countdown | Compute | Get countdown to a specific marathon event |
Data tools fetch from the RunDida API with 30-minute caching. Compute tools run locally with zero latency — no API calls needed.
Ask your AI assistant:
RunDida (跑滴答) is a free running tools platform for runners of all levels:
All tools are free, no account required. Try them at rundida.com.
The computation tools use established running science formulas:
| Formula | Used In | Description |
|---|---|---|
| Riegel formula | predict_race | Race time prediction across distances |
| Jack Daniels method | predict_race | VO2max estimation from race performance |
| Karvonen method | heart_rate_zones | Heart rate training zones from age and resting HR |
| Resource | URL |
|---|---|
| **RunDida Website |