ultimate_mcp_server vs chatgpt-app-typescript-template
并排对比,帮你在这两个 MCP server 之间做选择。
ultimate_mcp_server by Dicklesworthstone | chatgpt-app-typescript-template by pomerium | |
|---|---|---|
| Stars | ★ 149 | ★ 16 |
| 30天用量 | — | — |
| 综合分 | 85 | 45 |
| 官方 | — | — |
| 分类 | AI / LLM 工具浏览器自动化本地文件系统 | AI / LLM 工具开发者工具效率工具 |
| 实现语言 | Python | TypeScript |
| 最近提交 | 2 个月前 | 本月 |
ultimate_mcp_server · 概述
一个功能全面的 MCP server,为 AI 提供多种能力:LLM 委托、浏览器自动化、文档处理和认知记忆系统。
chatgpt-app-typescript-template · 概述
生产就绪的 MCP 应用模板,用于构建带 React UI 小部件的 ChatGPT 风格工具。
ultimate_mcp_server · 使用场景
- 使用 OCR 和结构化数据提取进行复杂的文档处理和分析
- 跨多个网站进行网页自动化和研究,通过浏览器控制
- 通过模型间的智能任务分配实现成本优化的 AI 工作流
chatgpt-app-typescript-template · 使用场景
- 为 ChatGPT 构建具有交互式 UI 的自定义 AI 工具
- 使用 React 前端创建 MCP 应用程序
- 开发与各种 MCP 主机(如 Claude Desktop 和 VS Code)集成的工具
ultimate_mcp_server · 安装
安装
- 克隆仓库:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- 安装依赖:
pip install -e .- 对于 Claude Desktop 集成,添加到 claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- 运行服务器:
python -m ultimate_mcp_serverchatgpt-app-typescript-template · 安装
安装与设置
git clone https://github.com/pomerium/chatgpt-app-typescript-template your-chatgpt-app
cd your-chatgpt-app
npm install
npm run devChatGPT 连接
- 使用 [Pomerium 的 SSH 隧道](https://www.pomerium.com/docs/tcp/ssh) 创建公共隧道:
``bash ssh -R 0 pom.run ``
- 在终端输出中找到您的公共 URL
- 在 ChatGPT 中,转到 **设置 → 连接器 → 添加连接器**
- 输入您的远程 URL +
/mcp,例如https://您的唯一URL.pom.run/mcp - 保存连接器并测试您的工具