Discover and follow recipes via MCP resources for setup guides, skills, and cookbooks. The meta-skill for using fullstackrecipes effectively.
Building with fullstackrecipes
Discover and follow recipes via MCP resources for setup guides, skills, and cookbooks. The meta-skill for using fullstackrecipes effectively.
How fullstackrecipes Works
fullstackrecipes provides setup instructions for building full-stack applications and skills to work with them. Content is organized into two types:
- Setup Recipes: Step-by-step guides to configure tools and services (e.g., setting up authentication, database, payments)
- Skills: Instructions for working with previously configured tools (e.g., writing queries, using auth, logging)
Cookbooks bundle related recipes together in sequence. For example, "Base App Setup" includes Next.js, Shadcn UI, Neon Postgres, Drizzle ORM, and AI SDK setup recipes and skills.
Accessing Recipes via MCP
The fullstackrecipes MCP server exposes all recipes and cookbooks as resources. Resources are organized by type:
recipe://- Individual setup guides and skillscookbook://- Bundled recipe sequences
Set up MCP Server
If the MCP server is not already set up, add it to your coding agent's MCP configuration:
{
"mcpServers": {
"fullstackrecipes": {
"url": "https://fullstackrecipes.com/api/mcp"
}
}
}
Read a Specific Recipe
Fetch the full content of any recipe by its resource URI:
Read the "neon-drizzle-setup" resource from fullstackrecipes
The recipe content includes all steps, code examples, and file paths needed to complete the setup.
Best Practices for Following Recipes
Follow Recipes Exactly
Recipes are tested instructions. Follow them step-by-step without modifications unless you have a specific reason to deviate.
Complete Dependencies First
Some recipes depend on others. The MCP resource descriptions indicate prerequisites. Complete setup recipes before using their corresponding skills.
Use Skills for Day-to-Day Work
Once a tool is configured, use the skill for ongoing development. Skills contain patterns, code examples, and API references that apply to the configured tools.
Check for Updates
Recipes are updated as libraries evolve. When troubleshooting issues or starting new features, fetch the latest recipe content from the MCP server rather than relying on cached instructions.
References
- fullstackrecipes.com - Browse all recipes and cookbooks
- MCP Resources - Direct MCP server endpoint
You Might Also Like
Related Skills

mcporter
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
openclaw
model-usage
Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
moltbot
strategic-compact
Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
affaan-m
skill-creation-guide
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
davila7
claude-code-guide
Claude Code 高级开发指南 - 全面的中文教程,涵盖工具使用、REPL 环境、开发工作流、MCP 集成、高级模式和最佳实践。适合学习 Claude Code 的高级功能和开发技巧。
2025Emma
filesystem-context
This skill should be used when the user asks to "offload context to files", "implement dynamic context discovery", "use filesystem for agent memory", "reduce context window bloat", or mentions file-based context management, tool output persistence, agent scratch pads, or just-in-time context loading.
muratcankoylan