Skip to main content
ClaudeWave

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

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado 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
Casos de uso

Resumen de MCP Servers

# 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

Lo que la gente pregunta sobre githunt-mcp

¿Qué es githunt-agent/githunt-mcp?

+

githunt-agent/githunt-mcp es mcp servers para el ecosistema de Claude AI. MCP server for GitHunt - search, rank, and analyze GitHub developers from Claude, Cursor, or any MCP client Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala githunt-mcp?

+

Puedes instalar githunt-mcp clonando el repositorio (https://github.com/githunt-agent/githunt-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar githunt-agent/githunt-mcp?

+

githunt-agent/githunt-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene githunt-agent/githunt-mcp?

+

githunt-agent/githunt-mcp es mantenido por githunt-agent. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a githunt-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega githunt-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a githunt-mcp