HomeSearch & Research › githunt-mcp

githunt-mcp

Search, rank, and analyze GitHub developers for tech recruiting via GitHunt's API.

TypeScript Cloud Remote
★ 0 stars Last pushed 2026-07-24 License: MIT

Topics: Search & Data Extraction

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.githunt.ai/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http githunt-mcp https://mcp.githunt.ai/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "githunt-mcp": {
      "url": "https://mcp.githunt.ai/mcp"
    }
  }
}

Package (npm 0.2.1)

npx -y githunt-mcp@0.2.1

Or add to your MCP client config:

{
  "mcpServers": {
    "githunt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "githunt-mcp@0.2.1"
      ],
      "env": {
        "GITHUNT_API_KEY": "<YOUR_VALUE>",
        "GITHUNT_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • GITHUNT_API_KEY required secret — GitHunt API key from https://githunt.ai/account
  • GITHUNT_API_URL — API base URL (default https://api.githunt.ai)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry