Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 14, 2026·3 min de lectura

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.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Needs Confirmation · 62/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp
Instalación
Npx|Pip
Confianza
Confianza: Established
Entrada
server.run(transport='streamable-http', port=8000)
Comando CLI universal
npx tokrepo install 9febf873-0d40-56d1-b921-0efab0bb3dbb
Introducción

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.
🙏

Fuente y agradecimientos

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.

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados