
ultimate_mcp_server
by Dicklesworthstone·★ 149·综合分 85
一个功能全面的 MCP server,为 AI 提供多种能力:LLM 委托、浏览器自动化、文档处理和认知记忆系统。
概述
Ultimate MCP Server 是一个基于 MCP 的综合性系统,可作为 AI 代理的完整操作系统。它通过模型上下文协议(Model Context Protocol)暴露数十种强大功能,使高级 AI 代理能够访问丰富的工具、认知系统和专业服务。该系统集成了认知记忆系统、浏览器自动化、Excel 操作、数据库交互、文档处理、命令行工具、动态 API 集成、OCR 功能、向量操作、实体关系图、音频转录等能力。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要为 AI 代理提供包含 LLM 委托、浏览器自动化、文档处理和认知记忆系统的全面工具包时,选择这个 MCP server。
什么时候不要选它
如果您需要轻量级、简约的解决方案,或者需要专注于单一功能而非全面套件的专业 MCP server,请避免使用此服务器。
此 server 暴露的工具
从 README 抽取出 12 个工具query_databaseExecute SQL queries against various database types
browse_webAutomate browser navigation and web scraping with Playwright
process_excelCreate, modify, and analyze Excel spreadsheets
document_analysisProcess, chunk, and extract structured data from documents
llm_delegationRoute tasks to appropriate LLM providers based on cost and performance
file_operationsSecurely read, write, and manage files on the filesystem
vector_searchPerform semantic search and vector operations
ocr_processingExtract text from images and PDFs using OCR
extract_entitiesIdentify and map relationships between entities in text
cache_managementManage intelligent caching for API responses and computations
execute_commandRun system command-line tools with security constraints
cognitive_memoryStore and retrieve agent memories with relationships and context
可对比工具
安装
安装
- 克隆仓库:
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_serverFAQ
- 这个 MCP server 实现了哪些协议?
- 该服务器通过其全面的 Python 框架实现了 MCP 工具、资源和提示协议,所有功能都作为标准化 MCP 工具公开。
- 成本优化是如何工作的?
- 系统分析任务并基于需求、成本、质量或速度偏好将它们路由到适当的模型,并使用高级缓存来避免重复的 API 调用。
Hacker News 讨论
开发者社区最近的相关讨论。
- The MCP Server?▲ 4💬 1帖子 by gtsnexp · 2025-10-19
ultimate_mcp_server 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。