PluginBench
MCP Server

Tally Workout MCP Server

io.github.westvegh/tally-workout

What is the Tally Workout MCP server?

First strength app Claude can write to: plan training in chat, it lands in the app ready to log.

How to install Tally Workout

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "tally-workout": {
      "url": "https://mcp.tallyworkout.app/api/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "tally-workout": {
      "serverUrl": "https://mcp.tallyworkout.app/api/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "tally-workout": {
      "type": "http",
      "url": "https://mcp.tallyworkout.app/api/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "tally-workout": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.tallyworkout.app/api/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http tally-workout https://mcp.tallyworkout.app/api/mcp

Related MCP servers

Give your AI coding agent direct access to 2,198+ exercises via exerciseapi.dev

2
TypeScript
MIT
View repository →