3.3M+ npm downloads · Validated by Anthropic

MCP RecipesReady to Serve

Copy-paste MCP server recipes built with mcp-framework. From weather APIs to Docker deployments — every recipe is tested, typed, and ready for production.

Created by @QuantGeekDev · The #1 MCP framework on npm

3.3M+

npm Downloads

10

Ready Recipes

#1 on npm

Framework

Anthropic

Validated by

mcp-framework is the most widely adopted TypeScript MCP framework, created by @QuantGeekDev

What's Cooking?

10 ready-to-use recipes covering everything from simple tools to production deployments. Each one works out of the box.

Beginner15 min
Weather API MCP Server Recipe

A complete MCP server that fetches real-time weather data from Open-Meteo. No API key required — just copy, paste, and serve.

Serves: Weather lookups for AI assistants

Intermediate20 min
Database Query MCP Server Recipe

An MCP server that gives AI assistants safe, read-only access to SQLite databases. Schema inspection, parameterized queries, and row limits built in.

Serves: Database exploration and analytics via AI

Intermediate20 min
File Manager MCP Server Recipe

An MCP server that gives AI assistants controlled file system access — read, write, list, and search files within a sandboxed directory.

Serves: File browsing, editing, and search via AI

Intermediate25 min
GitHub Integration MCP Server Recipe

An MCP server that connects AI assistants to GitHub — list repos, read issues, create PRs, and manage branches through the GitHub API.

Serves: GitHub workflow automation via AI

Intermediate20 min
Web Scraper MCP Server Recipe

An MCP server that fetches and extracts content from web pages — HTML parsing, text extraction, and metadata scraping for AI assistants.

Serves: Web research and content extraction via AI

Intermediate25 min
Slack Bot MCP Server Recipe

An MCP server that connects AI assistants to Slack — send messages, list channels, read history, and manage conversations.

Serves: Team communication automation via AI

Beginner10 min
Calculator Tool MCP Server Recipe

The simplest MCP server recipe — a calculator tool that evaluates math expressions. Perfect starter recipe for learning mcp-framework.

Serves: Math calculations via AI (starter recipe)

Beginner15 min
JSON Transformer MCP Server Recipe

An MCP server that transforms, validates, and queries JSON data — jq-style filtering, schema validation, and format conversion for AI assistants.

Serves: JSON data manipulation via AI (starter recipe)

Advanced20 min
Docker Deployment MCP Server Recipe

Package and deploy any MCP server in Docker — multi-stage builds, health checks, and production-ready container configuration.

Serves: Production deployment of any MCP server

Advanced30 min
Multi-Tool MCP Server Recipe

A full-featured MCP server combining multiple tools, resources, and prompts — the complete mcp-framework showcase.

Serves: Full-featured AI assistant with tools, resources, and prompts

Start Cooking

Every recipe uses mcp-framework — install it once, then copy and paste any recipe to get a working MCP server in minutes.

$ npx mcp-framework create my-server