
mcp-use
by mcp-use·★ 9,962·综合分 60
全栈MCP框架,用于构建可在ChatGPT、Claude和其他客户端运行的MCP服务器和应用程序。
概述
mcp-use是一个全面的框架,允许开发者使用TypeScript和Python构建MCP服务器和应用程序。它提供了完整的生态系统,包括SDK、调试工具和部署服务。该框架既支持构建向AI代理公开工具的MCP服务器,也支持构建可在不同AI平台上运行的交互式小部件的MCP应用程序。
试试问 AI
装完之后,这里有 3 个你可以让 AI 做的事:
什么时候选它
当您需要全栈解决方案来构建MCP服务器和应用程序,支持多种编程语言并提供现成模板时,选择mcp-use。
什么时候不要选它
如果您需要完全自托管而不依赖第三方服务,或者喜欢从头开始构建MCP服务器而不使用框架,则避免使用。
此 server 暴露的工具
从 README 抽取出 12 个工具get_weatherGet current weather information for a location
create-chartCreate a chart visualization
create-diagramCreate a diagram
edit-diagramEdit an existing diagram
create-slidesCreate a slide presentation
edit-slideEdit an existing slide
show-mapDisplay a map visualization
get-place-detailsGet details about a specific location
add-markersAdd markers to a map
search-spacesSearch for Hugging Face Spaces
search-recipesSearch for recipes
get-recipeGet details for a specific recipe
可对比工具
安装
通过npm或PyPI安装:
# TypeScript版本
npm install mcp-use
# Python版本
pip install mcp_use对于Claude Desktop集成,添加到claude_desktop_config.json:
{
"mcpServers": {
"my-mcp-server": {
"command": "node",
"args": ["path/to/your/server.js"]
}
}
}Hacker News 讨论
开发者社区最近的相关讨论。
- 帖子 by pzullo · 2025-07-31
- 帖子 by pzullo · 2025-07-01
mcp-use 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。