Food Logger MCP
Rank #57,101ai.sig.foodlog/food-logger
Food logging, nutrition summaries, and meal photo calorie and macro estimates.
Food Logger MCP is a Model Context Protocol (MCP) server published by sigaihealth. It ranks #57,101 of 115,460 servers tracked on MCP Toplist. Food Logger MCP is listed on Official MCP, with 1 tracked version. It was first listed on Jun 12, 2026 and most recently updated on Jun 12, 2026.
Ranks ahead of 58,359 of 115,460 servers on MCP Toplist.
Use Food Logger MCP
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http food-logger https://foodlog.sig.ai/api/mcp[mcp_servers.food-logger]
url = "https://foodlog.sig.ai/api/mcp"Add to ~/.codex/config.toml.
https://foodlog.sig.ai/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"food-logger": {
"url": "https://foodlog.sig.ai/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"food-logger": {
"type": "http",
"url": "https://foodlog.sig.ai/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"food-logger": {
"serverUrl": "https://foodlog.sig.ai/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"food-logger": {
"url": "https://foodlog.sig.ai/api/mcp"
}
}
}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/ai.sig.foodlog%2Ffood-logger)<a href="https://mcptoplist.com/server/ai.sig.foodlog%2Ffood-logger"><img src="https://mcptoplist.com/badge/ai.sig.foodlog%2Ffood-logger.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
sigaihealth
Other servers by sigaihealth
- Cancer Support Hub#5,501 · 2 vers
- RealVest Real Estate MCP Server#29,170
- Brand Intelligence#53,470 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.1.0 | Jun 12, 2026 |
Frequently asked questions
- Who maintains Food Logger MCP?
- Food Logger MCP is maintained by sigaihealth, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Food Logger MCP listed on the Official MCP Registry?
- Yes — Food Logger MCP is listed on the Official MCP Registry.
- How many versions does Food Logger MCP have?
- MCP Toplist tracks 1 version of Food Logger MCP, most recently published on Jun 12, 2026.
- Where can I find the source code for Food Logger MCP?
- The source code for Food Logger MCP is hosted at github.com/sigaihealth/foodlogger.