
mcp-use
by mcp-use·★ 9,962·Score 60
Fullstack MCP framework for building MCP servers and apps that work across ChatGPT, Claude, and other clients.
Overview
mcp-use is a comprehensive framework that allows developers to build MCP servers and applications with TypeScript and Python. It provides a complete ecosystem including SDKs, debugging tools, and deployment services. The framework supports creating both MCP servers that expose tools to AI agents and MCP apps that build interactive widgets across different AI platforms.
Try asking AI
After installing, here are 3 things you can ask your AI assistant:
When to choose this
Choose mcp-use when you need a full-stack solution for building both MCP servers and applications with support for multiple programming languages and ready-to-use templates.
When NOT to choose this
Avoid if you need complete self-hosting without third-party dependencies or if you prefer building MCP servers from scratch without a framework.
Tools this server exposes
12 tools extracted from the READMEget_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
Comparable tools
Installation
Install via npm or PyPI:
# For TypeScript
npm install mcp-use
# For Python
pip install mcp_useFor Claude Desktop integration, add to claude_desktop_config.json:
{
"mcpServers": {
"my-mcp-server": {
"command": "node",
"args": ["path/to/your/server.js"]
}
}
}On Hacker News
Recent discussion from the developer community.
- Story by pzullo · 2025-07-31
- Story by pzullo · 2025-07-01
Compare mcp-use with
Last updated · Auto-generated from public README + GitHub signals.