MCP Catalogs
首页openagent screenshot

openagent

by the-open-agent·4,760·综合分 58

OpenAgent 是一个全面的 AI 助手平台,支持 MCP 工具集成和代理自动化。

ai-llmdeveloper-toolsproductivity
552
Forks
50
活跃 Issue
本月
最近提交
2 天前
收录于

概述

OpenAgent 是一个新一代个人 AI 助手,将强大的 LLM、RAG 能力和自主代理循环整合到一个平台中。它提供浏览器自动化、计算机使用和编程代理功能,同时支持 30 多种模型提供商。该平台具备 MCP 集成功能,可以使用任何兼容的 MCP 服务器工具。其工作流自动化包括可视化工作流构建、任务调度和多步流程,支持条件执行和并行操作。

试试问 AI

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

:自动化网络爬取和数据收集
:构建具有领域知识的自定义 AI 助手
:为办公自动化创建自主工作流
:OpenAgent 支持哪些模型提供商?
:如何通过 MCP 将 OpenAgent 与 Claude Desktop 集成?

什么时候选它

当您需要一个包含工作流自动化、文档处理和多模型提供商支持的全面个人 AI 助手平台时,选择 OpenAgent,它包含 MCP 集成功能。

什么时候不要选它

如果您专门寻找专用的 MCP 服务器,不要选择 OpenAgent,这是一个包含许多超出 MCP 集成功能的全平台。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • browser_use

    Drive a real browser — navigate, click, fill forms, scrape, and screenshot pages

  • web_search

    Search the web and pull live page content into the agent's context

  • shell_execution

    Run shell commands and scripts directly from the agent loop

  • office_automation

    Read and write Word, Excel, and PowerPoint files

  • document_ingestion

    Upload PDFs, Word docs, Excel sheets, and more — chunked, embedded, and indexed automatically

  • semantic_search

    Retrieves the most relevant passages from your knowledge base before each LLM response

  • workflow_builder

    Compose multi-step pipelines with a BPMN-style drag-and-drop editor

  • schedule_task

    Trigger workflows or agent jobs on a recurring schedule

  • file_management

    Manage files and media in the built-in storage system

  • mcp_integration

    Plug in any MCP-compatible server and expose its tools to the agent

  • web_fetch

    Fetch and process content from web pages

  • shell_script

    Execute shell scripts and commands on the system

说明:Tools were inferred from feature descriptions rather than a dedicated MCP tools section. Names and descriptions are based on the documented capabilities but may not reflect exact MCP tool names.

可对比工具

mcp-server-examplesnexus-aioollamalangflow

安装

安装

快速安装

**macOS / Linux / WSL**

curl -fsSL https://raw.githubusercontent.com/the-open-agent/openagent/master/scripts/install.sh | bash

**Windows (PowerShell)**

irm https://raw.githubusercontent.com/the-open-agent/openagent/master/scripts/install.ps1 | iex

从源码构建

# 后端
go build

# 前端
cd web && yarn install && yarn start

在 Claude Desktop 中集成 MCP

添加到您的 Claude Desktop 配置文件 config.json:

"mcpServers": {
  "openagent": {
    "command": "openagent的路径",
    "args": ["--mcp"]
  }
}

FAQ

OpenAgent 支持哪些模型提供商?
OpenAgent 支持 30 多种模型提供商,包括 OpenAI、Anthropic Claude、Google Gemini、DeepSeek、Mistral、HuggingFace、Amazon Bedrock 等。
如何通过 MCP 将 OpenAgent 与 Claude Desktop 集成?
将 OpenAgent MCP 服务器添加到您的 Claude Desktop config.json 中,按照安装指南中的说明指定命令和 --mcp 参数即可。

openagent 对比

GitHub →

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