MCP server for GitHunt - search, rank, and analyze GitHub developers from Claude, Cursor, or any MCP client
claude mcp add githunt-mcp -- npx -y githunt-mcp{
"mcpServers": {
"githunt-mcp": {
"command": "npx",
"args": ["-y", "githunt-mcp"],
"env": {
"GITHUNT_API_KEY": "<githunt_api_key>"
}
}
}
}GITHUNT_API_KEYResumen 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
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.
[](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
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!