Cette page est affichée en anglais. Une traduction française est en cours.
MCP ConfigsMay 14, 2026·3 min de lecture

mcp-use — Fullstack SDK for MCP Servers & Apps

mcp-use is a fullstack SDK to build MCP servers and MCP apps across Claude/ChatGPT, with inspector + quickstarts. Verified 9952★; pushed 2026-05-14.

MCP Hub
MCP Hub · Community
Prêt pour agents

Staging sûr pour cet actif

Cet actif est d'abord staged. Le prompt copié demande à l'agent d'inspecter les fichiers staged avant d'activer scripts, config MCP ou config globale.

Stage only · 17/100Policy : staging
Surface agent
Tout agent MCP/CLI
Type
Mcp Config
Installation
Stage only
Confiance
Confiance : Established
Point d'entrée
Asset
Commande de staging sûr
npx -y tokrepo@latest install 9febf873-0d40-56d1-b921-0efab0bb3dbb --target codex

Stage les fichiers d'abord; l'activation exige la revue du README et du plan staged.

Introduction

mcp-use is a fullstack SDK to build MCP servers and MCP apps across Claude/ChatGPT, with inspector + quickstarts. Verified 9952★; pushed 2026-05-14.

Best for: Teams who want one codebase to ship MCP tools plus interactive widgets across multiple MCP clients

Works with: TypeScript/Node and Python SDKs; includes an inspector UI at /inspector (per README examples)

Setup time: 8-18 minutes

Key facts (verified)

  • GitHub: 9952 stars · 1285 forks · pushed 2026-05-14.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: server.run(transport='streamable-http', port=8000).

Main

  • Use the provided server SDK to define tools with explicit schemas; keep tool names short to avoid client-side limits.

  • Treat /inspector as your dev loop: validate tool inputs/outputs before wiring the server into Claude/Cursor/ChatGPT.

  • If you ship widgets, isolate UI code under a resources/ folder and keep tool logic separate from presentation.

  • Standardize ports/transports per environment (dev vs prod) so clients always know where to connect.

README (excerpt)

About

mcp-use is the fullstack MCP framework to build MCP Apps for ChatGPT / Claude & MCP Servers for AI Agents.

  • Build with mcp-use SDK (ts | py): MCP Servers and MCP Apps

Source-backed notes

  • README shows a Python quickstart with pip install mcp-use and server.run(transport="streamable-http", port=8000).
  • README states the inspector is available at /inspector for servers started with the built-in runner/listen flow.
  • README includes a TypeScript example using MCPServer and server.listen(3000) with an inspector URL.

FAQ

  • Do I need TypeScript to use it?: No—README includes Python quickstarts as well; pick one stack per project.
  • Where is the inspector?: README examples show /inspector on the server port for local debugging.
  • What should I deploy to production?: Deploy the MCP server endpoint; keep inspector access restricted to trusted environments.
🙏

Source et remerciements

Created by mcp-use. Licensed under MIT.

mcp-use/mcp-use — ⭐ 9952

Thanks to the upstream maintainers and contributors for publishing this work under an open license.

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires