mcp-tools-cookbook

ydmitry/mcp-tools-cookbook
★ 19 stars Python 🧠 Memory/Knowledge Updated 9d ago
A comprehensive collection of Model Context Protocol (MCP) tool patterns and recipes. This cookbook demonstrates various MCP design patterns that you can use as building blocks for your own AI-powered applications.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-tools-cookbook": {
      "command": "uvx",
      "args": [
        "mcp-tools-cookbook"
      ]
    }
  }
}

Or install with pip: pip install mcp-tools-cookbook