exerciseapi for Claude Desktop
io.github.westvegh/exerciseapi
Give your AI coding agent direct access to 2,198+ exercises via exerciseapi.dev
client:Claude Desktop
transport:stdio
runtime:npm
Install exerciseapi in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"exerciseapi": {
"command": "npx",
"args": [
"-y",
"@exerciseapi/mcp-server"
],
"env": {
"EXERCISEAPI_KEY": "<EXERCISEAPI_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs