by mcp-use
mcp-use is the framework for MCP with the best DX - Build AI agents, create MCP servers with UI widgets, and debug with built-in inspector. Includes client SDK, server SDK, React hooks, and powerful dev tools.
# Add to your Claude Code skills
git clone https://github.com/mcp-use/mcp-use-tsMCP-Use is a comprehensive TypeScript framework for building and using Model Context Protocol (MCP) applications. It provides everything you need to create AI agents that can use tools, build MCP servers with rich UI interfaces, and debug your applications with powerful developer tools.
| Package | Description | Version | Downloads |
|---------|-------------|---------|-----------|
| mcp-use | Core framework for MCP clients and servers | |
|
| | Build tool with hot reload and auto-inspector | | |
| | Web-based debugger for MCP servers | | |
| | Project scaffolding tool | | |
Get started with MCP-Use in under a minute:
# Create a new MCP application
npx create-mcp-use-app my-mcp-app
# Navigate to your...