$npx skillfedfor your agent

mcp-apps-builder

A comprehensive reference guide for building production-grade MCP servers using mcp-use. Covers server architecture, authentication patterns, tool and resource implementation, prompt templates, and React-based widgets with detailed examples and decision trees for each component.

mcp-apps-builder teaches MCP server architecture, design patterns, and implementation best practices for production deployments.

AI-generated summary based on this skill's SKILL.md

128,171 18,906 Apache-2.0updated by Shubhamsaboo

Decision gist · record as of 2026-07-23

mcp-apps-builder teaches MCP server architecture, design patterns, and implementation best practices for production deployments. A comprehensive reference guide for building production-grade MCP servers using mcp-use. Covers server architecture, authentication patterns, tool and resource implementation, prompt templates, and React-based widgets with detailed examples and decision trees for each component.

manual: git clone https://github.com/Shubhamsaboo/awesome-llm-apps → cp -r awesome-llm-apps/generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-apps-builder ~/.claude/skills/mcp-apps-builder
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-apps-builder/SKILL.md · version 7a7d672e

Use it when

  • mcp-apps-builder emphasizes production-ready patterns including proper error handling, security best practices.
  • mcp-apps-builder provides step-by-step guidance on tool implementation, including scaffolding setup via mcp-use, defining tool schemas.

Verify before relying

Read SKILL.md below before installing (20 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

Shubhamsaboo/awesome-llm-apps/mcp-apps-builder · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How to build MCP servers with mcp-apps-builder?

mcp-apps-builder is a comprehensive reference guide for constructing production-grade MCP servers using mcp-use. It covers server architecture fundamentals, authentication patterns including OAuth, tool and resource implementation, prompt templates, and React-based widget development. The guide includes detailed examples and decision trees to help you choose the right component for your use case.

What MCP server best practices does mcp-apps-builder teach?

mcp-apps-builder emphasizes production-ready patterns including proper error handling, security best practices, middleware integration with Hono, and response helpers. It addresses common mistakes and pitfalls, provides architectural guidance, and demonstrates how to structure tools, resources, and prompts for maintainability and scalability.

How do I create an MCP tool using mcp-apps-builder?

mcp-apps-builder provides step-by-step guidance on tool implementation, including scaffolding setup via mcp-use, defining tool schemas, handling inputs and outputs, and integrating with your server. The guide includes code examples and patterns for building tools that follow MCP conventions.

Does mcp-apps-builder cover MCP authentication and deployment?

Yes, mcp-apps-builder addresses authentication patterns such as OAuth and other security mechanisms for production MCP servers. It also covers deployment strategies for cloud hosting and includes best practices for securing your server in production environments.

What about MCP widget development with mcp-apps-builder?

mcp-apps-builder includes a comprehensive widget development guide covering React-based widget creation, state management patterns, and integration with your MCP server. It provides templates and examples to help you build interactive UI components that work seamlessly with your tools and resources.

How does mcp-apps-builder help with MCP server scaffolding?

mcp-apps-builder guides you through the mcp-use scaffolding and setup process, providing a structured approach to initializing new MCP server projects. It includes templates for resources, prompts, and tools, plus development workflow recommendations to accelerate your project setup.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

IMPORTANT: How to Use This Skill

This file provides a NAVIGATION GUIDE ONLY. Before implementing any MCP server features, you MUST:

  1. Read this overview to understand which reference files are relevant
  2. ALWAYS read the specific reference file(s) for the features you're implementing
  3. Apply the detailed patterns from those files to your implementation

Do NOT rely solely on the quick reference examples in this file - they are

(truncated - see the full file via the links below)

File tree — 15 files
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-apps-builder/LICENSE.txt
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-apps-builder/SKILL.md
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-apps-builder/references/authentication/custom.md
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-apps-builder/references/authentication/overview.md
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-apps-builder/references/authentication/supabase.md
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-apps-builder/references/authentication/workos.md
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-apps-builder/references/foundations/architecture.md
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-apps-builder/references/foundations/concepts.md
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-apps-builder/references/foundations/deployment.md
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-apps-builder/references/foundations/quickstart.md
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-apps-builder/references/patterns/common-patterns.md
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-apps-builder/references/server/prompts.md
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-apps-builder/references/server/resources.md
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-apps-builder/references/server/response-helpers.md
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-apps-builder/references/server/tools.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Learn MCP server architecture and best practices”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

chatgpt-app-builder
by mcp-use · mcp-use/mcp-use

A comprehensive reference guide covering MCP server fundamentals, authentication strategies, and feature implementation patterns. Provides structured navigation to architecture decisions, security considerations, and common pitfalls across tools, resources, prompts, widgets, and deployment scenarios.

MITupdated Jul 2026
★ 10,400repo stars
mcp-apps-builder
by mcp-use · mcp-use/mcp-use

mcp-apps-builder is a comprehensive reference guide for constructing MCP servers using the mcp-use framework. It covers foundational concepts, authentication integration, backend feature implementation, and visual widget development, with detailed patterns for tools, resources, prompts, and deployment strategies.

MITupdated Jul 2026
★ 10,400repo stars
mcp-builder
by mcp-use · mcp-use/mcp-use

mcp-builder is a comprehensive guide for creating MCP servers using the mcp-use framework. It covers scaffolding new projects, implementing core features like tools and resources, adding authentication, and building interactive widgets. The skill provides navigation to detailed reference files on architecture, deployment, and common patterns to follow throughout development.

MITupdated Jul 2026
★ 10,400repo stars
chatgpt-app-builder
by mcp-use · mcp-use/skills

ChatGPT App Builder streamlines development of ChatGPT applications featuring interactive React widgets through the mcp-use framework and OpenAI Apps SDK. It eliminates manual configuration by auto-registering widgets, providing built-in React hooks, and handling bundling and CSP setup automatically. The skill supports both MCP Apps and ChatGPT Apps SDK protocols, enabling widgets to work across multiple clients while maintaining compatibility.

Apache-2.0updated Jan 2026
★ 1repo stars
mcp-builder
by mcp-use · mcp-use/skills

This skill guides you through building production-ready MCP servers using the mcp-use framework. Learn to scaffold projects with templates, define tools and resources, create reusable prompts, test locally with the Inspector UI, and deploy to mcp-use Cloud.

Apache-2.0updated Jan 2026
★ 1repo stars
mcp-builder
by Shubhamsaboo · Shubhamsaboo/awesome-llm-apps

mcp-builder scaffolds Model Context Protocol servers with the mcp-use framework, letting you define tools, resources, and prompts alongside interactive React-based widgets. Use it to bootstrap MCP projects, structure server-side logic, and format responses for Claude and other LLM clients.

Apache-2.0updated Jul 2026
★ 128,171repo stars
Tags
backend-frameworkapi-scaffoldinginteractive-uiproduction-patternsdeveloper-guidearchitecture-referencesecurity-checklisttypescript-templates