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

Cet actif peut être lu et installé directement par les agents

TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.

Needs Confirmation · 62/100Policy : confirmer
Surface agent
Tout agent MCP/CLI
Type
Mcp
Installation
Npx|Pip
Confiance
Confiance : Established
Point d'entrée
server.run(transport='streamable-http', port=8000)
Commande CLI universelle
npx tokrepo install 9febf873-0d40-56d1-b921-0efab0bb3dbb
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