$npx skillfedfor your agent

mcp-builder

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.

mcp-builder helps you create and deploy production MCP servers using the mcp-use framework.

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

★ 1  0 Apache-2.0updated by mcp-use

Decision gist · record as of 2026-01-31

mcp-builder helps you create and deploy production MCP servers using the mcp-use framework. 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.

manual: git clone https://github.com/mcp-use/skills → cp -r skills/skills/mcp-builder ~/.claude/skills/mcp-builder
skills/mcp-builder/SKILL.md · version 0081eb04

Use it when

  • mcp-builder lets you define three core MCP components with Zod schemas: tools (callable functions with typed inputs/outputs).
  • mcp-builder supports local testing through the Inspector UI, which lets you interact with your server's tools, resources.

Verify before relying

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

Same gist for agents: .md · .json

Install

mcp-use/skills/mcp-builder

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 build an MCP server with mcp-use?

mcp-builder guides you through creating MCP servers using the mcp-use framework. Start by scaffolding a project with create-mcp-use-app, which provides starter templates. Define your tools, resources, and prompts using Zod schemas for type safety. The framework handles protocol implementation, so you focus on your server's logic. Deploy to mcp-use Cloud or self-host once tested locally with the Inspector UI.

What can I define with mcp-builder's Zod schemas?

mcp-builder lets you define three core MCP components with Zod schemas: tools (callable functions with typed inputs/outputs), resources (data accessible via URI schemes), and prompts (reusable templates for AI interactions). Each schema enforces strict validation, ensuring your server's contract is clear to clients like ChatGPT and Claude. This approach scales from simple utilities to complex production systems.

How do I test an MCP server locally?

mcp-builder supports local testing through the Inspector UI, which lets you interact with your server's tools, resources, and prompts in real time. You can also use tunneling to expose your local server for testing with external clients. This workflow catches issues before deployment and helps validate your Zod schemas work as intended.

Can mcp-builder create widgets for ChatGPT and other apps?

Yes. mcp-builder includes guidance for building interactive React widgets that work with both MCP and ChatGPT protocols. The framework supports dual-protocol widget implementation, allowing a single widget to serve multiple client types. Widgets are automatically registered and can leverage your server's tools and resources seamlessly.

What's the mcp-use framework getting started process?

mcp-builder's getting started path uses create-mcp-use-app to bootstrap your project with templates (starter or blank). Define your schema-validated tools, resources, and prompts. Test locally with Inspector and tunneling. Finally, deploy to mcp-use Cloud or your own infrastructure. The framework handles MCP protocol details so you ship faster.

How do I deploy an mcp-builder server to production?

mcp-builder servers deploy to mcp-use Cloud or self-hosted environments. After local testing with Inspector, push your code and configuration. The framework manages scaling, protocol compliance, and client connectivity. Ensure your Zod schemas are final and your tools/resources are production-ready before deployment.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

MCP Server Builder

Build production-ready MCP servers with the mcp-use framework. This Skill provides quick-start instructions and best practices for creating MCP servers.

Quick Start

Always bootstrap with npx create-mcp-use-app:

npx create-mcp-use-app my-mcp-server
cd my-mcp-server

Choose template based on needs: - --template starter - Full-featured with all MCP primitives (tools, resources, prompts) + example widgets - --template mcp-apps - Optimized for ChatGPT widgets with product search example - --template blank - Minimal starting point for custom implementation

# Example: MCP Apps template
npx create-mcp-use-app my-server --template mcp-apps
cd my-server
yarn install

Template Details: - starter: Best for learning - includes all MCP features plus widgets - mcp-apps: Best for ChatGPT apps -

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

File tree — 2 files
skills/mcp-builder/LICENSE.txt
skills/mcp-builder/SKILL.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 production 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

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 waybarrios · waybarrios/opencode-power-pack

mcp-builder walks you through the full lifecycle of creating MCP (Model Context Protocol) servers that bridge LLMs and external services. It covers research and planning, implementation in TypeScript or Python, code review practices, and building evaluations to verify your server works effectively with real agents.

MITupdated Jul 2026
★ 448repo stars
mcp
by managedcode · managedcode/dotnet-skills

mcp guides you through building or consuming Model Context Protocol servers and clients in .NET using the official C# SDK. It covers package selection, transport configuration (stdio for local processes, HTTP for remote endpoints), and capability negotiation patterns. Use this skill when you need protocol interoperability; reach for other tools if you only need model abstraction or agent orchestration without the MCP wire protocol.

MITupdated Jul 2026
★ 463repo stars
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

More skills Mcp Builder (unlicensed) · mcp-creator (MIT) · mcp-apps-builder (Apache-2.0) · mcp-builder (Apache-2.0) · domain-modeling (MIT)

Tags
protocol-frameworkai-model-integrationwidget-renderingschema-validationcloud-deploymentlocal-developmentchatgpt-compatiblereact-componentsapi-server-buildinginteractive-ui