@exerciseapi/mcp-server
Rank #40,849io.github.westvegh/exerciseapi
Give your AI coding agent direct access to 2,198+ exercises via exerciseapi.dev
@exerciseapi/mcp-server is a Model Context Protocol (MCP) server published by westvegh. It ranks #40,849 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. @exerciseapi/mcp-server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 13, 2026 and most recently updated on Apr 14, 2026.
Ranks ahead of 74,611 of 115,460 servers on MCP Toplist.
Use @exerciseapi/mcp-server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add exerciseapi -e "EXERCISEAPI_KEY=<your EXERCISEAPI_KEY>" -- npx -y @exerciseapi/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.exerciseapi]
command = "npx"
args = ["-y", "@exerciseapi/mcp-server"]
[mcp_servers.exerciseapi.env]
EXERCISEAPI_KEY = "<your EXERCISEAPI_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"exerciseapi": {
"command": "npx",
"args": [
"-y",
"@exerciseapi/mcp-server"
],
"env": {
"EXERCISEAPI_KEY": "<your EXERCISEAPI_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"exerciseapi": {
"command": "npx",
"args": [
"-y",
"@exerciseapi/mcp-server"
],
"env": {
"EXERCISEAPI_KEY": "<your EXERCISEAPI_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"exerciseapi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@exerciseapi/mcp-server"
],
"env": {
"EXERCISEAPI_KEY": "<your EXERCISEAPI_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"exerciseapi": {
"command": "npx",
"args": [
"-y",
"@exerciseapi/mcp-server"
],
"env": {
"EXERCISEAPI_KEY": "<your EXERCISEAPI_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"exerciseapi": {
"command": "npx",
"args": [
"-y",
"@exerciseapi/mcp-server"
],
"env": {
"EXERCISEAPI_KEY": "<your EXERCISEAPI_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.westvegh%2Fexerciseapi)<a href="https://mcptoplist.com/server/io.github.westvegh%2Fexerciseapi"><img src="https://mcptoplist.com/badge/io.github.westvegh%2Fexerciseapi.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
westvegh
Other servers by westvegh
View all westvegh servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Apr 14, 2026 |
Frequently asked questions
- Who maintains @exerciseapi/mcp-server?
- @exerciseapi/mcp-server is maintained by westvegh, which publishes 3 MCP servers (1 total version) tracked on MCP Toplist.
- Is @exerciseapi/mcp-server listed on the Official MCP Registry?
- Yes — @exerciseapi/mcp-server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does @exerciseapi/mcp-server have?
- MCP Toplist tracks 1 version of @exerciseapi/mcp-server, most recently published on Apr 14, 2026.
- Where can I find the source code for @exerciseapi/mcp-server?
- The source code for @exerciseapi/mcp-server is hosted at github.com/westvegh/exerciseapi-mcp-server.