Skip to main content
Glama
springdo

mcp-cookbook

by springdo

👩‍🍳 Cookbook MCP Server

This is a Model Context Protocol (MCP) server that provides access to the Gousto cookbook API, allowing you to browse recipes, search by category, and view detailed recipe information.

Installation

  1. Clone this repository

  2. Install dependencies:

    npm install
  3. Build the server:

    npm run build

Related MCP server: spoonacular-mcp

Running the Server

Start the server using:

npm start

Using with Claude Desktop

To use this server with Claude Desktop:

  1. Make sure you have Claude Desktop installed and up-to-date

  2. Open or create the Claude configuration file:

    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

    • Windows: %APPDATA%\Claude\claude_desktop_config.json

  3. Add the following configuration:

{
  "mcpServers": {
    "mcp-cookbook": {
      "command": "node",
      "args": [
        "/path/to/your/build/index.js"
      ]
    }
  }
}

Replace /path/to/your/build/index.js with the absolute path to the built JavaScript file.

  1. Restart Claude Desktop

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables recipe search, storage, and meal planning using TheMealDB API. Provides comprehensive recipe discovery, automatic recipe collection management, and custom meal plan creation with detailed cooking instructions and ingredients.
    1
    -
  • A
    license
    B
    quality
    D
    maintenance
    Enables AI assistants to search for recipes, get nutritional information, find ingredients, and more through the Spoonacular Food API using natural language.
    6
    13
    5
    ISC
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to search recipes, compose nutritionally balanced meals, optimize weekly meal plans based on macro targets for family members, and generate consolidated grocery lists from a personal recipe database.
    -