Fitness Influencer
Rank #25,123io.github.wmarceau/fitness-influencer
MCP server providing fitness-influencer capabilities
Fitness Influencer is a Model Context Protocol (MCP) server published by MarceauSolutions. It ranks #25,123 of 115,460 servers tracked on MCP Toplist. Fitness Influencer is listed on Official MCP, with 4 tracked versions. It was first listed on Jan 14, 2026 and most recently updated on Jan 16, 2026.
Ranks ahead of 90,337 of 115,460 servers on MCP Toplist.
Use Fitness Influencer
claude mcp add fitness-influencer -e "XAI_API_KEY=<your XAI_API_KEY>" -e "GOOGLE_CREDENTIALS_PATH=<your GOOGLE_CREDENTIALS_PATH>" -- uvx fitness-influencer-mcpReplace each placeholder with your own value before saving.
[mcp_servers.fitness-influencer]
command = "uvx"
args = ["fitness-influencer-mcp"]
[mcp_servers.fitness-influencer.env]
XAI_API_KEY = "<your XAI_API_KEY>"
GOOGLE_CREDENTIALS_PATH = "<your GOOGLE_CREDENTIALS_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fitness-influencer": {
"command": "uvx",
"args": [
"fitness-influencer-mcp"
],
"env": {
"XAI_API_KEY": "<your XAI_API_KEY>",
"GOOGLE_CREDENTIALS_PATH": "<your GOOGLE_CREDENTIALS_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fitness-influencer": {
"command": "uvx",
"args": [
"fitness-influencer-mcp"
],
"env": {
"XAI_API_KEY": "<your XAI_API_KEY>",
"GOOGLE_CREDENTIALS_PATH": "<your GOOGLE_CREDENTIALS_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"fitness-influencer": {
"type": "stdio",
"command": "uvx",
"args": [
"fitness-influencer-mcp"
],
"env": {
"XAI_API_KEY": "<your XAI_API_KEY>",
"GOOGLE_CREDENTIALS_PATH": "<your GOOGLE_CREDENTIALS_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fitness-influencer": {
"command": "uvx",
"args": [
"fitness-influencer-mcp"
],
"env": {
"XAI_API_KEY": "<your XAI_API_KEY>",
"GOOGLE_CREDENTIALS_PATH": "<your GOOGLE_CREDENTIALS_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fitness-influencer": {
"command": "uvx",
"args": [
"fitness-influencer-mcp"
],
"env": {
"XAI_API_KEY": "<your XAI_API_KEY>",
"GOOGLE_CREDENTIALS_PATH": "<your GOOGLE_CREDENTIALS_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.wmarceau%2Ffitness-influencer)<a href="https://mcptoplist.com/server/io.github.wmarceau%2Ffitness-influencer"><img src="https://mcptoplist.com/badge/io.github.wmarceau%2Ffitness-influencer.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
MarceauSolutions
Other servers by MarceauSolutions
View all MarceauSolutions servers →Available versions (4)
| Version | Published |
|---|---|
| 1.3.0 | Jan 16, 2026 |
| 1.2.0 | Jan 14, 2026 |
| 1.0.0 | Jan 14, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Fitness Influencer?
- Fitness Influencer is maintained by MarceauSolutions, which publishes 11 MCP servers (19 total versions) tracked on MCP Toplist.
- Is Fitness Influencer listed on the Official MCP Registry?
- Yes — Fitness Influencer is listed on the Official MCP Registry.
- How many versions does Fitness Influencer have?
- MCP Toplist tracks 4 versions of Fitness Influencer, most recently published on Jan 16, 2026.
- Where can I find the source code for Fitness Influencer?
- The source code for Fitness Influencer is hosted at github.com/MarceauSolutions/dev-sandbox.