mcpbeat Sign in

Forkbit MCP Server

local only

Forkbit runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from npm.

Nutrition data for AI agents: search foods, look up nutrients, parse meals, analyze recipes.

Installs per day peak 15 · avg 6 · +315% w/w
a month agotoday
50
Installs / week
npm · @forkbit/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Forkbit every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @forkbit/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@forkbit/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@forkbit/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@forkbit/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@forkbit/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FORKBIT_API_KEY (Your Forkbit API key, from the dashboard at https://forkbit.io/app). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Forkbit

same job, measured the same way
Nutrition MCP
by andrewvg23

USDA FoodData Central nutrition data: search foods, compare macros, and analyze meals.

answering
Sphere
by getsphere

Log meals, check calories and macros, set up a nutrition plan, and search foods.

answering
Usda MCP Server
by cyanheads

Search foods, compare nutrients, and look up the full USDA FoodData Central database.

211 installs/wk 5 tools answering
Log
by rog0x

Log parse, filter, analyze for AI agents

29 installs/wk local only
O
Food & Nutrition
by memoryapi

Food and nutrition data: search, macros, and comparisons

3 tools answering
MCP Notion
by infoinlet-marketplace

Notion for AI agents — search, read pages/blocks, query databases, create pages.

27 installs/wk local only
Spoonacular
by pipeworx-io

Spoonacular food API: recipes, nutrition, ingredients, meal plans. Free 150/day.

54 tools answering
January AI Nutrition
by january

Food photo recognition, nutrition search, meal logging and glucose prediction for health apps

answering

Forkbit — questions

Answers built from our own checks of this server.

Why is there no uptime for Forkbit?
Forkbit runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @forkbit/mcp was installed 50 times last week.
How do I connect Forkbit?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @forkbit/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Forkbit?
The npm package @forkbit/mcp was installed 50 times in the last week. Week over week that is +315%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.