concept2-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@concept2-mcp-servershow my recent rowing workouts"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
concept2-mcp-server
MCP server for the Concept2 Logbook API.
Setup
1. Get an Access Token
Use the Concept2 OAuth2 flow to obtain an access token:
Authorize:
GET https://log.concept2.com/oauth/authorizeToken exchange:
POST https://log.concept2.com/oauth/access_token
Required scopes: user:read user:write results:read results:write
2. Configure Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"concept2": {
"command": "node",
"args": ["/path/to/concept2-mcp-server/dist/index.js"],
"env": {
"CONCEPT2_ACCESS_TOKEN": "your_access_token_here"
}
}
}
}3. Build
npm install
npm run buildRelated MCP server: hevy-mcp
Tools
Tool | Description |
| Get a user profile ("me" or by ID) |
| Update the authenticated user's profile |
| List workout results with pagination and filters |
| Get a single workout result by ID |
| Log a new workout result |
| Log multiple workouts at once |
| Update an existing workout result |
| Delete a workout result (irreversible) |
| Get per-stroke data for a workout |
| Export a workout as TCX, FIT, or CSV |
| List all Concept2 challenges |
| Get currently active challenges |
| Get challenges starting within N days |
| Get challenges for a specific season year |
| Get event challenges for a specific year |
Environment Variables
Variable | Required | Description |
| Yes | OAuth2 bearer token from Concept2 |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server for interacting with the Wahoo Cloud API to manage workouts, routes, training plans, and power zones. It enables users to list, retrieve, and create fitness data through secure OAuth 2.0 authentication.Last updated97GPL 3.0
- AlicenseBqualityCmaintenanceMCP server for the Hevy workout tracker API that allows reading and writing workouts, routines, exercise templates, and body measurements.Last updated2225MIT
- AlicenseBqualityBmaintenanceLocal MCP server for analyzing Intervals.icu accounts, creating AI-assisted training plans, and applying managed drafts to the calendar after explicit confirmation.Last updated14AGPL 3.0
- AlicenseAqualityAmaintenanceMCP server for Cronometer nutrition tracking, enabling food diary management, nutrition data retrieval, food search, and biometric tracking via Cronometer's mobile REST API.Last updated1531MIT
Related MCP Connectors
MCP server for Withings health data — sleep, activity, heart, and body metrics.
MCP server for interacting with the Supabase platform
MCP server wrapping the Tesla Fleet API and TeslaMate API
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aaronarnold2/concept2-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server