go-mcp-easysearch

atyu30/go-mcp-easysearch
★ 1 stars Go Search Updated today
go mcp server for easysearch
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "go-mcp-easysearch": {
      "command": "go",
      "args": [
        "run",
        "github.com/atyu30/go-mcp-easysearch@latest"
      ]
    }
  }
}