mcpbeat Sign in

Cookidoo MCP Server

by vitaliemiron Your server? Claim it
local only

Cookidoo MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 96 installs a week from pypi. Last commit 29 Jul 2026.

Create, translate, and plan Cookidoo recipes with guided Thermomix actions and shopping lists.

Installs per day peak 39 · avg 18 · -24% w/w
a month agotoday
96
Installs / week
pypi · cookidoo-mcp
2
Stars
0 open issues
29 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
HTML

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/live-api.yml:56
      - name: Open or update a regression issue
        if: failure()
        env:
          GH_TOKEN: ${{ github.token }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

Nothing serious here today

Today is the operative word: we check Cookidoo MCP 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 cookidoo-mcp -- uvx cookidoo-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cookidoo-mcp": {
      "args": [
        "cookidoo-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cookidoo-mcp]
command = "uvx"
args = ["cookidoo-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cookidoo-mcp": {
      "args": [
        "cookidoo-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cookidoo-mcp": {
      "args": [
        "cookidoo-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: COOKIDOO_EMAIL (Cookidoo login identifier; required unless supplied through --env-file.), COOKIDOO_PASSWORD (Cookidoo password; required unless supplied through --env-file.), COOKIDOO_COUNTRY (Optional two-letter Cookidoo country code; defaults to ro.), COOKIDOO_LANGUAGE (Optional Cookidoo language tag for the selected country; defaults to en.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cookidoo MCP

same job, measured the same way
Halite
by halite

Search, read, and edit your Halite recipe collection and shopping lists.

answering
Plan To Eat
by alex-zwingli

Unofficial Plan to Eat client: recipes, meal planner, leftovers, freezer, and shopping list.

91 installs/wk local only
Recipe MCP
by jkakar

Generate and remix recipes using cookwith.co

36 installs/wk local only
Pantry Persona
by pantrypersona

AI-powered kitchen management — pantry, recipes, meal plans, shopping lists

answering
ScrapeNest
by scrapenest

Web search, scraping, RAG answers with citations, and translation as MCP tools.

answering
Kit
by toreva

Policy-checked Solana wallet actions with user-set limits, unsigned transactions, and receipts.

41 installs/wk local only
Shipshots
by gurkang

Create App Store and Play Store screenshots with AI via MCP

69 installs/wk local only
Linkonda
by linkonda

Create and manage Linkonda short links and QR codes, with no per-visitor tracking.

90 installs/wk local only

Cookidoo MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Cookidoo MCP?
Cookidoo MCP 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 pypi package cookidoo-mcp was installed 96 times last week.
How do I connect Cookidoo MCP?
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 cookidoo-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Cookidoo MCP?
The pypi package cookidoo-mcp was installed 96 times in the last week. Week over week that is -24%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cookidoo MCP open source?
Yes — it is published under the Apache-2.0 licence, written in HTML and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.