mcp-builder

Installation
Summary

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

  • This skill is deprecated; use mcp-app-builder instead
  • Supports defining tools, resources, prompts, and interactive React widgets within a single MCP server
  • Includes response helpers for formatting outputs as text, markdown, HTML, images, objects, and custom widgets
  • Provides server composition and proxying to aggregate multiple MCP servers into a unified interface
SKILL.md

Build with mcp-use

Treat the installed mcp-use package, its exported types, generated declarations, and the project's existing code as the source of truth. Inspect the installed version before choosing APIs or changing code.

Workflow

  1. Inspect package.json, the server entry, exported tool refs, mcp-env.d.ts, views/, skills/, and the installed mcp-use version.
  2. Scaffold a new stable project with create-mcp-use-app@latest and the appropriate template. Match the package version or dist-tag when working on beta, canary, or an existing versioned project.
  3. Read only the references needed for the task:
    • Server for tools, resources, prompts, MCP middleware, request context, and result envelopes.
    • Views for interactive MCP Apps, React hooks, model context, host capabilities, assets, and CSP.
    • Authentication for OAuth providers, verified identity, scopes, permissions, and authorization.
    • Skills over MCP when a server should ship reusable workflows alongside its tools.
    • Advanced features for OpenAPI, proxying, notifications, subscriptions, and elicitation.
    • Migration only when retired or compatibility-only imports, helpers, registration shapes, UI patterns, or session assumptions are present.
    • Verification before reporting implementation work complete.
  4. Implement against installed types. Prefer the framework's current conventions over copied examples or historical changelogs.
  5. Validate the smallest real lifecycle that proves the changed behavior, then expand checks in proportion to risk.
Installs
9.5K
Repository
mcp-use/mcp-use
GitHub Stars
10.5K
First Seen
Feb 2, 2026
mcp-builder — mcp-use/mcp-use