claude-cookbooks

GitHub

A collection of notebooks/recipes showcasing some fun and effective ways of using Claude.

51,446 stars Jupyter Notebook 1 file ยท ~1,521 tokens

claude-cookbooks MCP Server

MCP server for anthropics/claude-cookbooks

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "claude-cookbooks": {
      "command": "npx",
      "args": [
        "-y",
        "@anthropics/claude-cookbooks"
      ]
    }
  }
}