MCP Use

Active
GitHub TypeScript MIT

Description

MCP Use is a Model Context Protocol orchestration project that helps agents connect to MCP servers, unify tool invocation, and improve portability across toolchains.

Key Features

  • Fullstack MCP framework with SDK for both TypeScript and Python
  • Build MCP Servers with typed tool definitions and Zod schema validation
  • MCP Apps — interactive React widgets that work across Claude, ChatGPT, and other clients
  • Built-in MCP Inspector for testing and debugging servers
  • One-click deployment to Manufact MCP Cloud with observability and metrics
  • Auto-discovered widget resources — no manual registration needed

Use Cases

💡 Build custom MCP servers exposing domain-specific tools to AI agents
💡 Create interactive MCP Apps (charts, diagrams, maps) for Claude and ChatGPT
💡 Develop and debug MCP toolchains locally before deploying to production
💡 Deploy MCP servers to the cloud with built-in observability and branch previews
💡 Build AI agent tooling with typed schemas and auto-discovered resources

Categories

Quick Start

npx create-mcp-use-app@latest → define tool with MCPServer → add widget in resources/ → server auto-discovers widget → deploy to Manufact or self-host

Related Projects