exerciseapi-mcp-server

westvegh/exerciseapi-mcp-server
★ 1 stars TypeScript 🤖 AI/LLM Updated 5d ago
Official MCP server for exerciseapi.dev — exercise database for AI coding agents building fitness apps
View on GitHub →

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"
      ]
    }
  }
}