hermes-mcp-server
Provides tools for managing Airtable databases and records.
Provides tools to search academic papers on arXiv.
Provides tools for interacting with GitHub, including repository info, search, issue creation, and pull request management.
Provides tools for interacting with Google Workspace services.
Provides tools for interacting with Linear for issue and project management.
Provides tools to search and interact with Notion workspace.
Provides tools to retrieve YouTube video transcripts.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hermes-mcp-serversearch the web for Hermes MCP integration"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🔌 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-server2. Start Hermes Agent
# Start Hermes Agent with HTTP API enabled
hermes serve --http --port 80803. 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 |
| Google/Bing web search with snippets |
| Extract clean content from any URL |
| Headless browser navigation |
| Get page accessibility tree |
| Click elements by ref ID |
| Execute shell commands |
| Run Python code with Hermes SDK |
| Read files with line numbers |
| Create/overwrite files |
| Ripgrep-powered file/content search |
| Get GitHub repo details |
| Search GitHub repos |
| Create GitHub issues |
| Search academic papers |
| Get YouTube transcripts |
| Search Notion workspace |
| AI image generation |
| 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 Agent HTTP endpoint |
| (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 ⭐!
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pangtongya/hermes-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server