GrokSearch-rs

Episkey-G/GrokSearch-rs
★ 15 stars Rust 🔍 Search Updated 5d ago
Rust MCP server for Grok web search and Tavily-backed source retrieval
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": {
    "groksearch-rs": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "GrokSearch-rs"
      ]
    }
  }
}