$npx skillfedfor your agent

mcp-builder

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.

mcp-builder creates production-ready Model Context Protocol servers with tools, resources, and interactive widgets using mcp-use.

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-builder creates production-ready Model Context Protocol servers with tools, resources, and interactive widgets using mcp-use. 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.

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-builder ~/.claude/skills/mcp-builder
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-builder/SKILL.md · version db793abc

Use it when

  • mcp-builder lets you define MCP tools, resources, and prompts with structured schemas.
  • Yes.

Verify before relying

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

Same gist for agents: .md · .json

Install

Shubhamsaboo/awesome-llm-apps/mcp-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 do I make an MCP server with mcp-builder?

mcp-builder scaffolds Model Context Protocol servers using the mcp-use framework. Start by defining your tools, resources, and prompts with JSON schemas, then use mcp-builder's helpers to bootstrap your project structure. The framework handles server initialization and response formatting, letting you focus on implementing your tool logic and resource handlers.

What can I define with mcp-builder's schema system?

mcp-builder lets you define MCP tools, resources, and prompts with structured schemas. Tools describe callable functions with input/output specs; resources expose data endpoints; prompts provide reusable LLM instruction templates. Each definition includes validation schemas so Claude and other clients understand your server's capabilities before calling them.

Does mcp-builder support interactive widgets?

Yes. mcp-builder enables you to create interactive React widgets for MCP resources. These widgets render in Claude's interface, letting users interact with your resource data visually rather than through text alone. Pair your resource definitions with widget components to build richer client experiences.

How do I use mcp-use framework with mcp-builder?

mcp-builder is built on the mcp-use framework and provides scaffolding templates to get you started. The framework handles server lifecycle, request routing, and response serialization. mcp-builder's bootstrap process sets up your project layout, then you implement handlers for your tools and resources using mcp-use's helper APIs.

What helper APIs does mcp-builder provide for responses?

mcp-builder includes helper APIs for formatting and returning MCP responses correctly. These utilities handle serialization of tool results, resource content, and prompt templates so your server responds in the format Claude expects. Use them to ensure consistent, valid responses across all your endpoints.

What's the license for mcp-builder?

mcp-builder is licensed under Apache-2.0, allowing free use, modification, and distribution under the Apache License terms.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

MCP Server Builder

Build production-ready MCP servers with tools, resources, prompts, and interactive widgets using mcp-use.

Before You Code

Decompose user requests into tools, widgets, and resources. Decide what needs UI vs text.

Read design-and-architecture.md: when planning what to build, deciding tool vs widget, or designing UX flows.

Implementation

  • Tools, resources, promptstools-and-resources.md: when writing server-side server.tool(), server.resource(), server.prompt() code
  • Visual widgets (React TSX)

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

File tree — 12 files
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-builder/LICENSE.txt
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-builder/SKILL.md
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-builder/evals/README.md
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-builder/evals/architecture.json
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-builder/evals/implementation.json
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-builder/evals/skill.json
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-builder/evals/widgets.json
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-builder/references/design-and-architecture.md
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-builder/references/resource-templates.md
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-builder/references/response-helpers.md
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-builder/references/tools-and-resources.md
generative_ui_agents/ai-mcp-app-builder/apps/mcp-use-server/.agent/skills/mcp-builder/references/widgets.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 › “Build and deploy MCP servers using mcp-use framework”

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

Related skills

cloudflare-mcp-server
by secondsky · secondsky/claude-skills

Create Model Context Protocol servers running on Cloudflare Workers using TypeScript. Define tools, resources, and prompts that AI agents can invoke, with support for multiple transports including WebSocket and HTTP. Includes templates, deployment guides, and Durable Objects integration for stateful applications.

MITupdated Jul 2026
★ 196repo stars
Remote Mcp Server With Auth
by Aradotso · Aradotso/mcp-skills

A production-ready template for building remote MCP servers with GitHub OAuth authentication on Cloudflare Workers. It includes modular tool architecture, role-based access control, dual transport protocols (HTTP and SSE), PostgreSQL integration with SQL injection protection, and optional Sentry monitoring.

no license declared → metadata onlyupdated Jul 2026
★ 5repo stars
mcp-apps-builder
by Shubhamsaboo · Shubhamsaboo/awesome-llm-apps

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.

Apache-2.0updated Jul 2026
★ 128,171repo stars
mcp-development
by rohitg00 · rohitg00/awesome-claude-code-toolkit

Learn to develop Model Context Protocol servers with typed tools, resource endpoints, and prompt templates. This skill covers server initialization, input validation with schemas, error handling, and transport configuration for both stdio and HTTP-based deployments. Includes patterns for composable tool design and security best practices like secret redaction.

Apache-2.0updated May 2026
★ 2,394repo 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 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

More skills chatgpt-app-builder (MIT) · mcp-apps-builder (MIT) · mcp-server-builder (MIT)

Tags
protocol-serverai-frameworkinteractive-widgetsschema-validationresponse-formattinguri-templatestypescript-sdkproduction-ready