The fullstack MCP framework to develop MCP Apps for ChatGPT / Claude & MCP Servers for AI Agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-use": {
"command": "npx",
"args": [
"-y",
"mcp-use/mcp-use"
]
}
}
}
Run in terminal:
claude mcp add mcp-use npx -y mcp-use/mcp-use
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-use": {
"command": "npx",
"args": [
"-y",
"mcp-use/mcp-use"
]
}
}
}