基于MCP(Model Context Protocol)的智能聊天应用,支持Web和桌面环境。集成OpenAI/Anthropic API,提供MCP服务器的所有工具能力。简洁现代的UI设计,支持跨平台部署。
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-ui": {
"command": "npx",
"args": [
"-y",
"machaojin1917939763/mcp-ui"
]
}
}
}
Run in terminal:
claude mcp add mcp-ui npx -y machaojin1917939763/mcp-ui
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-ui": {
"command": "npx",
"args": [
"-y",
"machaojin1917939763/mcp-ui"
]
}
}
}