MCP Catalogs
首页ultimate_mcp_server screenshot

ultimate_mcp_server

by Dicklesworthstone·149·综合分 85

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

ai-llmbrowser-automationfile-system
24
Forks
0
活跃 Issue
2 个月前
最近提交
2 天前
收录于

概述

Ultimate MCP Server 是一个基于 MCP 的综合性系统,可作为 AI 代理的完整操作系统。它通过模型上下文协议(Model Context Protocol)暴露数十种强大功能,使高级 AI 代理能够访问丰富的工具、认知系统和专业服务。该系统集成了认知记忆系统、浏览器自动化、Excel 操作、数据库交互、文档处理、命令行工具、动态 API 集成、OCR 功能、向量操作、实体关系图、音频转录等能力。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

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

什么时候选它

当您需要为 AI 代理提供包含 LLM 委托、浏览器自动化、文档处理和认知记忆系统的全面工具包时,选择这个 MCP server。

什么时候不要选它

如果您需要轻量级、简约的解决方案,或者需要专注于单一功能而非全面套件的专业 MCP server,请避免使用此服务器。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • query_database

    Execute SQL queries against various database types

  • browse_web

    Automate browser navigation and web scraping with Playwright

  • process_excel

    Create, modify, and analyze Excel spreadsheets

  • document_analysis

    Process, chunk, and extract structured data from documents

  • llm_delegation

    Route tasks to appropriate LLM providers based on cost and performance

  • file_operations

    Securely read, write, and manage files on the filesystem

  • vector_search

    Perform semantic search and vector operations

  • ocr_processing

    Extract text from images and PDFs using OCR

  • extract_entities

    Identify and map relationships between entities in text

  • cache_management

    Manage intelligent caching for API responses and computations

  • execute_command

    Run system command-line tools with security constraints

  • cognitive_memory

    Store and retrieve agent memories with relationships and context

可对比工具

browser-mcpllm-mcpfile-system-mcp

安装

安装

  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

FAQ

这个 MCP server 实现了哪些协议?
该服务器通过其全面的 Python 框架实现了 MCP 工具、资源和提示协议,所有功能都作为标准化 MCP 工具公开。
成本优化是如何工作的?
系统分析任务并基于需求、成本、质量或速度偏好将它们路由到适当的模型,并使用高级缓存来避免重复的 API 调用。

Hacker News 讨论

开发者社区最近的相关讨论。

ultimate_mcp_server 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。