Lightweight MCP (Model Context Protocol) server. Zero dependencies, 9 built-in tools, works anywhere Node.js runs.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"hermes-mcp-server": {
"command": "npx",
"args": [
"-y",
"718haxi/hermes-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add hermes-mcp-server npx -y 718haxi/hermes-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"hermes-mcp-server": {
"command": "npx",
"args": [
"-y",
"718haxi/hermes-mcp-server"
]
}
}
}