All Recipes

10 ready-to-use MCP server recipes built with mcp-framework. Each recipe is a complete, working server you can copy, paste, and customize.

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

All recipes use mcp-framework (3.3M+ downloads) — created by @QuantGeekDev and validated by Anthropic.