Now in Public Beta

Autonomous Agents
That Think, Deploy
& Transact

The open-source AI agent platform with 100+ LLM support, MCP integration, and on-chain deployment. Build, deploy, and scale AI agents in minutes.

1,234

Active Agents

50K+

Tasks Completed

100+

Models Supported

Everything You Need for AI Agents

Powerful features designed for developers who want to build, deploy, and scale autonomous AI agents.

Multi-LLM Support

Access 100+ models via LiteLLM including OpenAI, Anthropic, Ollama, and OpenRouter. Switch with a single config change.

Model Selector

Provider: OpenAILatency: 1.2s

MCP Servers Preset

Integrate with 30+ preset MCP servers for GitHub, Slack, PostgreSQL, Notion, and more. Extend your agents' capabilities.

PostgreSQL
Active
Brave Search
Active
GitHub client
Active
Puppeteer
Standby

On-chain Deploy

Deploy agents directly to blockchain via ERC-8004 on Base. Enable trustless agent transactions.

ERC-8004 RegistryBase Sepolia
0x8004a29a43a0...

Real-time Dashboard

Monitor agent activity, manage tasks, and configure networks through a beautiful, intuitive web interface with live updates.

mcp-hub-runner.log
running
[21:42:01]Agent researcher-1 online via model catalog.
[21:42:04]Connecting to PostgreSQL bridge (ready)...
[21:42:05]Task #102 status updated to: completed

How It Works

Get started with MCP HUB in three simple steps. No complex setup required.

01

Start Server

Install MCP HUB and start your local server with a single command. The server handles all agent coordination and API endpoints.

bash
pip install -e .
mcphub server start
02

Create Agent

Define your agent with custom instructions, choose your preferred LLM, and configure MCP tool integrations.

bash
mcphub agent create \
  --name my-agent \
  --model gpt-5.4
03

Run Tasks

Submit tasks to your agent and watch them execute in real-time. Monitor progress through the dashboard.

bash
mcphub task create \
  --agent my-agent \
  --prompt 'Research AI trends'

Supports 100+ Models From

O
OpenAI
A
Anthropic
O
Ollama
OR
OpenRouter
100+ more

Get Started in Seconds

Install MCP HUB and start building autonomous agents today.

bash
pip install -e .
mcphub server start

Requires Python 3.10+. View full installation guide →

MCP Integration

Connect your agents to external tools and services with 30+ built-in MCP server presets.

GitHub

Code

Repository, issues, PR management

mcphub mcp add github

PostgreSQL

Database

Database queries and operations

mcphub mcp add postgres

Brave Search

Search

Web search capabilities

mcphub mcp add brave-search

Puppeteer

Browser

Browser automation

mcphub mcp add puppeteer

Slack

Productivity

Team communication integration

mcphub mcp add slack

Notion

Productivity

Workspace and documentation

mcphub mcp add notion