hermes-mcp-server
Bridges MCP-compatible AI clients to over 100 Hermes Agent skills for web browsing, file management, code execution, GitHub operations, and more.
README
š Hermes MCP Server
Expose 100+ Hermes Agent skills to any MCP-compatible AI client.
Connect Claude Desktop, Cursor, Continue, Zed, or any MCP client to Hermes Agent's powerful toolkit.
⨠What You Get
Install one MCP server, get ALL these tools in your AI client:
| Category | Tools |
|---|---|
| š Web | Search, extract, navigate, scrape |
| š„ļø Browser | Full headless browser ā click, type, scroll, screenshot |
| š» Terminal | Execute shell commands, run Python code |
| š Files | Read, write, search files (ripgrep-backed) |
| š GitHub | Repo info, search, create issues, manage PRs |
| š Research | arXiv search, YouTube transcripts, blog monitoring |
| š Productivity | Notion, Google Workspace, Linear, Airtable |
| šØ Creative | Image generation, ASCII art, diagrams, music |
| š¤ AI | Full Hermes Agent reasoning ā multi-step, tool-using |
š Quick Start
1. Install
pip install hermes-mcp-server
2. Start Hermes Agent
# Start Hermes Agent with HTTP API enabled
hermes serve --http --port 8080
3. Configure your MCP client
Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"hermes": {
"command": "hermes-mcp",
"args": ["--endpoint", "http://localhost:8080"],
"env": {
"HERMES_API_KEY": "your-api-key-here"
}
}
}
}
Cursor / Continue / Zed:
{
"mcpServers": {
"hermes": {
"command": "hermes-mcp",
"args": ["--endpoint", "https://your-hermes-instance.com"]
}
}
}
4. Restart your MCP client and start using Hermes tools!
š Complete Tool List
| Tool | Description |
|---|---|
web_search |
Google/Bing web search with snippets |
web_extract |
Extract clean content from any URL |
browser_navigate |
Headless browser navigation |
browser_snapshot |
Get page accessibility tree |
browser_click |
Click elements by ref ID |
terminal_exec |
Execute shell commands |
code_execute |
Run Python code with Hermes SDK |
file_read |
Read files with line numbers |
file_write |
Create/overwrite files |
file_search |
Ripgrep-powered file/content search |
github_repo_info |
Get GitHub repo details |
github_search_repos |
Search GitHub repos |
github_create_issue |
Create GitHub issues |
arxiv_search |
Search academic papers |
youtube_transcript |
Get YouTube transcripts |
notion_search |
Search Notion workspace |
image_generate |
AI image generation |
ai_complete |
Full Hermes Agent reasoning |
80+ more tools coming soon ā all 100+ Hermes skills will be exposed.
š³ Docker
docker run -e HERMES_ENDPOINT=http://host.docker.internal:8080 \
ghcr.io/pangtongya/hermes-mcp-server:latest
š° Monetization
Hermes MCP Server is free and open-source. Revenue comes from:
| Tier | Price | Includes |
|---|---|---|
| š Community | Free | Self-hosted, all tools, community support |
| ā Pro | $5/mo | Priority support, hosted Hermes endpoint, 1000 req/day |
| š¢ Team | $29/mo | 5 seats, hosted endpoint, 10000 req/day, Slack support |
| š Enterprise | Custom | Dedicated instance, SSO, SLA, unlimited requests |
šļø Architecture
āāāāāāāāāāāāāāāāāāāā MCP Protocol āāāāāāāāāāāāāāāāāāāā HTTP āāāāāāāāāāāāāāāāāāāā
ā Claude Desktop āāāāāāāāāāāāāāāāāāāāāāāŗā Hermes MCP āāāāāāāāāāāāāāāŗā Hermes Agent ā
ā Cursor / Zed ā (stdio / JSON-RPC) ā Server ā (REST API) ā 100+ Skills ā
ā Continue / etc ā ā (Python) ā ā Tools + Models ā
āāāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāāā āāāāāāāāāāāāāāāāāāāā
š§ Configuration
| Environment Variable | Default | Description |
|---|---|---|
HERMES_ENDPOINT |
http://localhost:8080 |
Hermes Agent HTTP endpoint |
HERMES_API_KEY |
(none) | API key for authentication |
š ļø Development
git clone https://github.com/pangtongya/hermes-mcp-server.git
cd hermes-mcp-server
pip install -e ".[dev]"
# Run tests
pytest
# Run locally
python -m hermes_mcp.cli --endpoint http://localhost:8080
š License
MIT Ā© pangtongya
ā Star History
If this project helps you, please consider sponsoring or giving it a ā!
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.