MCP Catalogs
首页

ultimate_mcp_server vs markplane

并排对比,帮你在这两个 MCP server 之间做选择。

ultimate_mcp_server
by Dicklesworthstone
markplane
by zerowand01
Stars★ 149★ 165
30天用量
综合分8548
官方
分类
AI / LLM 工具浏览器自动化本地文件系统
效率工具开发者工具AI / LLM 工具
实现语言PythonRust
最近提交2 个月前本月

ultimate_mcp_server · 概述

一个功能全面的 MCP server,为 AI 提供多种能力:LLM 委托、浏览器自动化、文档处理和认知记忆系统。

markplane · 概述

Markplane 是一款AI原生项目管理工具,将任务存储在markdown文件中,并通过MCP服务器提供功能。

ultimate_mcp_server · 使用场景

  • 使用 OCR 和结构化数据提取进行复杂的文档处理和分析
  • 跨多个网站进行网页自动化和研究,通过浏览器控制
  • 通过模型间的智能任务分配实现成本优化的 AI 工作流

markplane · 使用场景

  • AI助手通过自然语言命令创建、更新和优先级排序项目任务
  • 项目经理通过Web界面跟踪进度和依赖关系,同时AI在会话间维护上下文
  • 开发团队维护与代码变更同步的项目文档,通过版本控制管理

ultimate_mcp_server · 安装

安装

  1. 克隆仓库:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. 安装依赖:
pip install -e .
  1. 对于 Claude Desktop 集成,添加到 claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. 运行服务器:
python -m ultimate_mcp_server

markplane · 安装

安装

**Homebrew (macOS 和 Linux)**

brew install zerowand01/markplane/markplane

**Shell 脚本 (macOS 和 Linux)**

curl -fsSL https://raw.githubusercontent.com/zerowand01/markplane/master/install.sh | sh

**预编译二进制文件** 从 [GitHub Releases](https://github.com/zerowand01/markplane/releases) 下载适用于您平台的最新版本。

**Claude Desktop 的 MCP 设置** 添加到您的 Claude Desktop 配置中:

{
  "mcpServers": {
    "markplane": {
      "command": "markplane",
      "args": ["mcp"]
    }
  }
}

或在代码库根目录添加 .mcp.json 文件进行项目级设置。

对比内容由 README + GitHub 公开数据自动生成,定期更新。