
openagent
by the-open-agent·★ 4,760·Score 58
OpenAgent is a comprehensive AI assistant platform supporting MCP tool integration and agent automation.
Overview
OpenAgent is a next-generation personal AI assistant that combines powerful LLMs, RAG capabilities, and autonomous agent loops into a single platform. It offers browser automation, computer use, and coding agent capabilities while supporting 30+ model providers. The platform features MCP integration allowing it to use any MCP-compatible server tools. Its workflow automation includes visual workflow building, task scheduling, and multi-step pipelines with conditional and parallel execution.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose OpenAgent when you need a comprehensive personal AI assistant platform with workflow automation, document processing, and support for multiple LLM providers, including MCP integration as one feature.
When NOT to choose this
Don't choose OpenAgent if you're specifically looking for a dedicated MCP server; this is a full platform with many features beyond MCP integration.
Tools this server exposes
12 tools extracted from the READMEbrowser_useDrive a real browser — navigate, click, fill forms, scrape, and screenshot pages
web_searchSearch the web and pull live page content into the agent's context
shell_executionRun shell commands and scripts directly from the agent loop
office_automationRead and write Word, Excel, and PowerPoint files
document_ingestionUpload PDFs, Word docs, Excel sheets, and more — chunked, embedded, and indexed automatically
semantic_searchRetrieves the most relevant passages from your knowledge base before each LLM response
workflow_builderCompose multi-step pipelines with a BPMN-style drag-and-drop editor
schedule_taskTrigger workflows or agent jobs on a recurring schedule
file_managementManage files and media in the built-in storage system
mcp_integrationPlug in any MCP-compatible server and expose its tools to the agent
web_fetchFetch and process content from web pages
shell_scriptExecute shell scripts and commands on the system
Note: 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.
Comparable tools
Installation
Installation
Quick Install
**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 | iexFrom Source
# Backend
go build
# Frontend
cd web && yarn install && yarn startMCP Integration in Claude Desktop
Add to your Claude Desktop config.json:
"mcpServers": {
"openagent": {
"command": "path/to/openagent",
"args": ["--mcp"]
}
}FAQ
- What model providers does OpenAgent support?
- OpenAgent supports 30+ model providers including OpenAI, Anthropic Claude, Google Gemini, DeepSeek, Mistral, HuggingFace, Amazon Bedrock, and many others.
- How do I integrate OpenAgent with Claude Desktop via MCP?
- Add the OpenAgent MCP server to your Claude Desktop config.json by specifying the command and --mcp argument as shown in the installation guide.
Compare openagent with
Last updated · Auto-generated from public README + GitHub signals.