mcp-builder

Bootstrap MCP servers with template-driven scaffolding using the mcp-use framework.

10.5k|1.4k|Updated Mar 28, 2025
One-click install
npx skills add https://github.com/mcp-use/mcp-use --skill mcp-builder-mcp-use
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: mcp-builder
Source: https://github.com/mcp-use/mcp-use/tree/main/.agents/skills/mcp-builder
Command: npx skills add https://github.com/mcp-use/mcp-use --skill mcp-builder-mcp-use

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers bootstrap Model Context Protocol (MCP) servers quickly using the mcp-use framework, reducing setup time and providing a solid starting point for production projects.

Core Features & Use Cases

  • Bootstrap MCP servers with template-driven scaffolding for rapid deployment.
  • Auto-register widgets and organize project structure for MCP apps and servers.
  • Use when building MCP servers, defining tools/resources/prompts, bootstrapping projects, or deploying MCP servers with the mcp-use framework.

Quick Start

  • Run: npx create-mcp-use-app my-server
  • Change into your project: cd my-server
  • Choose a template based on needs:
    • --template starter
    • --template mcp-apps
    • --template blank
  • Install dependencies: yarn install

Frequently Asked Questions about mcp-builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bootstrap an MCP server for production?▼

You can bootstrap an MCP server using the mcp-use framework by running npx create-mcp-use-app, selecting a template like starter or mcp-apps, and installing dependencies with yarn to generate a production-ready project structure.

What templates are available for scaffolding MCP servers?▼

Available MCP server templates include starter for basic setups, mcp-apps for application-focused projects, and blank for custom configurations, allowing you to choose a foundation that matches your deployment needs.

Do I need Node.js to develop and deploy MCP servers?▼

Yes, developing and deploying MCP servers requires a Node.js working environment with npx or yarn tooling installed to execute bootstrapping commands and manage project dependencies effectively.

How does the mcp-use framework organize tools, resources, and prompts?▼

The mcp-use framework organizes your project structure by auto-registering widgets and providing template-driven scaffolding that systematically defines tools, resources, and prompts for your MCP apps and servers.

What is the best way to structure an MCP app for rapid deployment?▼

The best way to structure an MCP app for rapid deployment is using template-driven scaffolding from the mcp-use framework, which auto-registers widgets and organizes resources into a production-ready layout.

Can I use a blank template to build a custom MCP server from scratch?▼

Yes, you can use the blank template to bootstrap a custom MCP server from scratch, providing a minimal deployment-ready project structure without pre-configured tools or resources if you prefer manual setup.