MCP ConfigsMay 14, 2026·3 min read

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.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Needs Confirmation · 62/100Policy: confirm
Agent surface
Any MCP/CLI agent
Kind
Mcp
Install
Npx|Pip
Trust
Trust: Established
Entrypoint
server.run(transport='streamable-http', port=8000)
Universal CLI install command
npx tokrepo install 9febf873-0d40-56d1-b921-0efab0bb3dbb
Intro

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 & Thanks

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.

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets