MCP Catalogs
Homeopenagent screenshot

openagent

by the-open-agent·4,760·Score 58

OpenAgent is a comprehensive AI assistant platform supporting MCP tool integration and agent automation.

ai-llmdeveloper-toolsproductivity
552
Forks
50
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Automating web scraping and data collection
you:Building custom AI assistants with domain-specific knowledge
you:Creating autonomous workflows for office automation
you:What model providers does OpenAgent support?
you:How do I integrate OpenAgent with Claude Desktop via MCP?

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 README
  • 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

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

mcp-server-examplesnexus-aioollamalangflow

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 | iex

From Source

# Backend
go build

# Frontend
cd web && yarn install && yarn start

MCP 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.