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_KEYMCP 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
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.
[](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
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!