PluginBench
MCP Server
Active
MIT

Nutrition MCP MCP Server

io.github.akutishevsky/nutrition-mcp

What is the Nutrition MCP MCP server?

Personal nutrition tracking — log meals, track macros, and review history through conversation.

How to install Nutrition MCP

Copy-paste configuration for popular MCP clients.

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

Related MCP servers

MCP server for managing LunchMoney personal finances: transactions, budgets, categories, and more.

82
TypeScript
MIT
View repository →

MCP server for Withings health data — sleep, activity, heart, and body metrics.

28
TypeScript
MIT
View repository →

Monobank

Maintained

MCP server for Monobank API — currency rates, client info, and account statements

6
TypeScript
MIT
View repository →

Full Spotify Web API coverage - albums, artists, playlists, player controls, and more.

View repository →