MCP Use
The fullstack MCP framework to develop MCP Apps for ChatGPT / Claude & MCP Servers for AI Agents.
What is MCP Use?
MCP Use is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to fullstack mcp framework to develop mcp apps for chatgpt / claude & mcp servers for ai agents.
The fullstack MCP framework to develop MCP Apps for ChatGPT / Claude & MCP Servers for AI Agents.
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- The fullstack MCP framework to develop MCP Apps for ChatGPT
Use Cases
Maintainer
Works with
Installation
NPM
npx -y @mcp-use/cliManual Installation
npx -y @mcp-use/cliConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use MCP Use
MCP Use is a fullstack framework for building MCP applications that work with Claude, ChatGPT, and other AI clients, as well as for developing and deploying MCP servers for AI agents. It provides an app SDK, a CLI for scaffolding and deploying MCP apps, and an integrated Inspector for testing and debugging servers. Developers use it to quickly publish interactive MCP apps (charts, maps, UI widgets, custom tools) or to build and iterate on MCP servers with built-in observability, branch management, and multi-client distribution.
Prerequisites
- Node.js 18+ and npm installed
- An MCP-compatible AI client (Claude Desktop, ChatGPT, Cursor, etc.)
- An mcp-use account for app deployment (created via the CLI login command)
- Python 3.10+ if using the Python SDK path
Scaffold a new MCP app
Use the create command to bootstrap a new MCP application with the recommended project structure.
npx create-mcp-use-app@latestInstall the CLI globally
Install the mcp-use CLI to access login, deploy, and management commands from any directory.
npm install -g @mcp-use/cliLog in to your mcp-use account
Authenticate the CLI with your mcp-use account. This is required for deploying apps to the cloud.
npx @mcp-use/cli loginInstall the SDK in your project
Add the mcp-use SDK to your existing Node.js or Python project to start building MCP tools and resources.
# Node.js
npm install mcp-use
# Python
pip install mcp-useDeploy your MCP app
Deploy your application to the mcp-use cloud. The CLI handles packaging, uploading, and making the app available to AI clients.
npx @mcp-use/cli deployAdd the deployed server to your AI client
Once deployed, add your MCP server to your Claude Desktop or other AI client config. The URL is provided after a successful deploy.
{
"mcpServers": {
"my-mcp-app": {
"command": "npx",
"args": ["-y", "@mcp-use/cli"]
}
}
}MCP Use Examples
Client configuration
Claude Desktop config block for running the mcp-use CLI as an MCP server.
{
"mcpServers": {
"mcp-use": {
"command": "npx",
"args": ["-y", "@mcp-use/cli"]
}
}
}Prompts to try
Use these prompts in Claude Desktop or ChatGPT after connecting an mcp-use powered server.
- "Show me the current weather in Tokyo"
- "Create a bar chart of monthly sales data: Jan 100, Feb 150, Mar 120"
- "Show me a map of coffee shops near Times Square"
- "Search for pasta recipes with fewer than 30 minutes prep time"
- "Create a slide deck outline for a product launch presentation"Troubleshooting MCP Use
npx @mcp-use/cli login fails with network errors
Check your internet connection and ensure corporate firewalls are not blocking npm registry access. Try setting the npm registry explicitly: npm config set registry https://registry.npmjs.org/
Deployed app not appearing in AI client
Restart your AI client after updating the config file. For Claude Desktop, fully quit and reopen the app. Verify the config file is valid JSON using a linter, as a single trailing comma will prevent loading.
Python SDK tools not discovered by the MCP client
Ensure your Python MCP server is started with the correct transport: server.run(transport='streamable-http', port=8000). The Inspector at http://localhost:PORT/inspector can help verify tool registration.
Frequently Asked Questions about MCP Use
What is MCP Use?
MCP Use is a Model Context Protocol (MCP) server that fullstack mcp framework to develop mcp apps for chatgpt / claude & mcp servers for ai agents. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install MCP Use?
Install via npm with the command: npx -y @mcp-use/cli. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).
Which AI clients work with MCP Use?
MCP Use works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is MCP Use free to use?
Yes, MCP Use is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
MCP Use Alternatives — Similar Developer Tools Servers
Looking for alternatives to MCP Use? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up MCP Use in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use MCP Use?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.