mcphost

mark3labs/mcphost
★ 1,575 stars Go 🤖 AI/LLM Updated 1mo ago
A CLI host application that enables Large Language Models (LLMs) to interact with external tools through the Model Context Protocol (MCP).
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": {
    "mcphost": {
      "command": "go",
      "args": [
        "run",
        "github.com/mark3labs/mcphost@latest"
      ]
    }
  }
}