Skip to main content
ClaudeWave

MCP server for GitHunt - search, rank, and analyze GitHub developers from Claude, Cursor, or any MCP client

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: NPX · githunt-mcp
Claude Code CLI
claude mcp add githunt-mcp -- npx -y githunt-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "githunt-mcp": {
      "command": "npx",
      "args": ["-y", "githunt-mcp"],
      "env": {
        "GITHUNT_API_KEY": "<githunt_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
GITHUNT_API_KEY
Use cases

MCP Servers overview

# githunt-mcp

MCP server that wraps [GitHunt's](https://githunt.ai) REST API, giving AI assistants access to GitHunt's GitHub developer search, profile lookup, and AI profile analysis.

> **Prefer zero setup?** GitHunt also runs a hosted MCP server at
> `https://mcp.githunt.ai/mcp` - add it as a custom connector in Claude
> (Settings → Connectors) or as a remote MCP server in your client and sign in
> with your GitHunt account. No API key or local process needed. This package
> is the self-hosted (stdio) alternative.

## Setup

Get an API key from your [GitHunt account](https://githunt.ai/account), then run:

```bash
npx githunt-mcp
```

### Environment variables

| Variable | Required | Description |
|---|---|---|
| `GITHUNT_API_KEY` | yes | Your GitHunt API key |
| `GITHUNT_API_URL` | no | API base URL (default `https://api.githunt.ai`) |

### Claude Code

```bash
claude mcp add githunt -e GITHUNT_API_KEY=your-key-here -- npx githunt-mcp
```

### Claude Desktop

Add to `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "githunt": {
      "command": "npx",
      "args": ["githunt-mcp"],
      "env": {
        "GITHUNT_API_KEY": "your-key-here"
      }
    }
  }
}
```

### Cursor

Add to `.cursor/mcp.json`:

```json
{
  "mcpServers": {
    "githunt": {
      "command": "npx",
      "args": ["githunt-mcp"],
      "env": {
        "GITHUNT_API_KEY": "your-key-here"
      }
    }
  }
}
```

## Tools

- **search_developers** — search millions of developers available on GitHub by location, role, and skills. Supports `offset` (0-200) to page through results with `maxResults`, and returns structured content alongside the markdown table. If a location matches no known city or country, the result suggests similar supported locations instead of an empty page.
- **get_developer** — get a single GitHub developer's ranked profile by username. Accepts either `login` or `username`.
- **analyze_profile** — deep AI analysis of a GitHub profile (proficiency, role matches, extracted emails). Accepts either `login` or `username`.

Full API reference: https://docs.githunt.ai
ai-agentsclaudedeveloper-searchgithubmcpmodel-context-protocolrecruiting

What people ask about githunt-mcp

What is githunt-agent/githunt-mcp?

+

githunt-agent/githunt-mcp is mcp servers for the Claude AI ecosystem. MCP server for GitHunt - search, rank, and analyze GitHub developers from Claude, Cursor, or any MCP client It has 0 GitHub stars and was last updated today.

How do I install githunt-mcp?

+

You can install githunt-mcp by cloning the repository (https://github.com/githunt-agent/githunt-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is githunt-agent/githunt-mcp safe to use?

+

githunt-agent/githunt-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains githunt-agent/githunt-mcp?

+

githunt-agent/githunt-mcp is maintained by githunt-agent. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to githunt-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy githunt-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: githunt-agent/githunt-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/githunt-agent-githunt-mcp)](https://claudewave.com/repo/githunt-agent-githunt-mcp)
<a href="https://claudewave.com/repo/githunt-agent-githunt-mcp"><img src="https://claudewave.com/api/badge/githunt-agent-githunt-mcp" alt="Featured on ClaudeWave: githunt-agent/githunt-mcp" width="320" height="64" /></a>

More MCP Servers

githunt-mcp alternatives