claude-hermes-mcp

mlennie/claude-hermes-mcp
★ 0 stars Python 💬 Communication Updated today
MCP server that lets Claude Desktop and the Claude mobile app delegate tasks to a local Hermes Agent — cron jobs, web search, email, documents, and more.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-hermes-mcp": {
      "command": "uvx",
      "args": [
        "claude-hermes-mcp"
      ]
    }
  }
}

Or install with pip: pip install claude-hermes-mcp

README Excerpt

> An MCP server that lets **Claude Desktop** and the **Claude mobile app** delegate tasks to a local **[Hermes Agent](https://github.com/hermes-agent/hermes-agent)** running on your own hardware. Use Claude as your daily chat. When you ask for something Hermes is built for — scheduling cron jobs, browser automation, email, document creation, persistent skills, WhatsApp/Slack messaging — Claude calls Hermes through this bridge.

Tools (8)

BIND_HOSTBIND_PORTHERMES_BINHERMES_TIMEOUT_SECONDSHERMES_TOOLSETSINFOLOG_LEVELMCP_BEARER_TOKEN