← Back to Plugins
MCP Server MCP

Cookidoo MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx cookidoo-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "cookidoo-mcp",
      "version": "1.2.0",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Optional local .env file containing Cookidoo credentials and locale settings.",
          "format": "filepath",
          "type": "named",
          "name": "--env-file"
        }
      ],
      "environmentVariables": [
        {
          "description": "Cookidoo login identifier; required unless supplied through --env-file.",
          "format": "string",
          "isSecret": true,
          "name": "COOKIDOO_EMAIL"
        },
        {
          "description": "Cookidoo password; required unless supplied through --env-file.",
          "format": "string",
          "isSecret": true,
          "name": "COOKIDOO_PASSWORD"
        },
        {
          "description": "Optional two-letter Cookidoo country code; defaults to ro.",
          "format": "string",
          "name": "COOKIDOO_COUNTRY"
        },
        {
          "description": "Optional Cookidoo language tag for the selected country; defaults to en.",
          "format": "string",
          "name": "COOKIDOO_LANGUAGE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...