Claude Skill
mcp-use/mcp-use
mcp-use 是一个全栈 MCP 框架,用于为 AI 智能体构建 MCP 服务器,并为 ChatGPT 和 Claude 开发 MCP 应用。包含客户端、网关、主机、检查器和 UI 工具。
概览
仓库信息
安装这个 Skill
npx create-mcp-use-app@latestRegistry 信息
npx create-mcp-use-app@latestpip install mcp-usenpx @mcp-use/inspector --url http://localhost:3000/mcpnpx @mcp-use/cli loginnpx @mcp-use/cli deploy
项目简介
mcp-use 是一个全栈 MCP 框架,用于为 AI 智能体构建 MCP 服务器,并为 ChatGPT 和 Claude 开发 MCP 应用。它提供统一的工具集,轻松创建、托管、检查和集成模型上下文协议(MCP)服务。
The fullstack MCP framework to develop MCP Apps for ChatGPT / Claude & MCP Servers for AI Agents.
要点
- 全栈 MCP 框架,同时支持服务器和应用开发
- 内置 MCP 客户端、网关、主机和检查器工具
- 与 ChatGPT 和 Claude 无缝集成
- 用于构建 AI 驱动的 MCP 应用的智能体框架
- 基于 TypeScript,提供全面的 SDK 和 UI 组件
使用场景
- 为 AI 智能体和 LLM 构建 MCP 服务器
- 为 ChatGPT 和 Claude 开发 MCP 应用
- 使用模型上下文协议创建智能体工作流
- 检查和调试 MCP 服务
- 托管和管理多个 MCP 端点
README 摘要
<div align="center"> <div align="center"> <a href="https://mcp-use.com"> <picture> <source media="(prefers-color-scheme: dark)" srcset="./static/logo_white.svg"> <source media="(prefers-color-scheme: light)" srcset="./static/logo_black.svg"> <img alt="mcp use logo" src="./static/logo_black.svg" width="60%" > </picture> </a> </div> <p align="center"> <a href="https://mcp-use.com/docs" alt="Documentation"> <img src="https://img.shields.io/badge/mcp--use-docs-blue?labelColor=white" /></a> <a href="https://manufact.com" alt="Website"> <img src="https://img.shields.io/badge/made by-manufact.com-blue" /></a> <a href="https://github.com/mcp-use/mcp-use/blob/main/LICENSE" alt="License"> <img src="https://img.shields.io/github/license/mcp-use/mcp-use" /></a> <a href="https://discord.gg/XkNkSkMz3V" alt="Discord"> <img src="https://dcbadge.limes.pink/api/server/XkNkSkMz3V?style=flat" /></a> <br/> <a href="https://mcp-use.com/docs/python" alt="Python docs"> <img src="https://img.shields.io/badge/python-docs-blue?labelColor=white&logo=python" alt="Badge"></a> <a href="https://pypi.org/project/mcp_use/" alt="PyPI Version"> <img src="https://img.shields.io/pypi/v/mcp_use.svg"/></a> <a href="https://pypi.org/project/mcp_use/" alt="PyPI Downloads"> <img src="https://static.pepy.tech/badge/mcp-use" /></a> <br/> <a href="https://mcp-use.com/docs/typescript" alt="Typescript Documentation"> <img src="https://img.shields.io/badge/typescript-docs-blue?labelColor=white&logo=typescript" alt="Badge"></a> <a href="https://www.npmjs.com/package/mcp-use" alt="NPM Version"> <img src="https://img.shields.io/npm/v/mcp-use.svg"/></a> <a href="http