macrofactor-mcp-remote

andreparmar/macrofactor-mcp-remote
★ 0 stars TypeScript AI/LLM Updated today
Read-only MCP server for MacroFactor nutrition and workout data — refresh-token auth (no stored password), Streamable HTTP transport, and OAuth for use in claude.ai (web, mobile, Desktop). Deploys to Railway.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "macrofactor-mcp-remo": {
      "command": "npx",
      "args": [
        "-y",
        "andreparmar/macrofactor-mcp-remote"
      ]
    }
  }
}