ht-mcp

memextech/ht-mcp
★ 211 stars Rust 🌐 Browser/Web Updated 15d ago
Pure Rust implementation of MCP server for headless terminal
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": {
    "ht-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "ht-mcp"
      ]
    }
  }
}