Official MCP server for exerciseapi.dev — exercise database for AI coding agents building fitness apps
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"exerciseapi-mcp-serv": {
"command": "npx",
"args": [
"-y",
"westvegh/exerciseapi-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add exerciseapi-mcp-serv npx -y westvegh/exerciseapi-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"exerciseapi-mcp-serv": {
"command": "npx",
"args": [
"-y",
"westvegh/exerciseapi-mcp-server"
]
}
}
}