GitHunt MCP
Rank #33,266io.github.githunt-agent/githunt-mcp
Search, rank, and analyze GitHub developers for tech recruiting via GitHunt's API.
GitHunt MCP is a Model Context Protocol (MCP) server published by githunt-agent. It ranks #33,266 of 115,460 servers tracked on MCP Toplist. GitHunt MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 23, 2026 and most recently updated on Jul 23, 2026.
Ranks ahead of 82,194 of 115,460 servers on MCP Toplist.
Use GitHunt MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http githunt-mcp https://mcp.githunt.ai/mcpclaude mcp add githunt-mcp -e "GITHUNT_API_KEY=<your GITHUNT_API_KEY>" -e "GITHUNT_API_URL=<your GITHUNT_API_URL>" -- npx -y githunt-mcpReplace each placeholder with your own value before saving.
[mcp_servers.githunt-mcp]
url = "https://mcp.githunt.ai/mcp"Add to ~/.codex/config.toml.
[mcp_servers.githunt-mcp]
command = "npx"
args = ["-y", "githunt-mcp"]
[mcp_servers.githunt-mcp.env]
GITHUNT_API_KEY = "<your GITHUNT_API_KEY>"
GITHUNT_API_URL = "<your GITHUNT_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.githunt.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"githunt-mcp": {
"command": "npx",
"args": [
"-y",
"githunt-mcp"
],
"env": {
"GITHUNT_API_KEY": "<your GITHUNT_API_KEY>",
"GITHUNT_API_URL": "<your GITHUNT_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"githunt-mcp": {
"url": "https://mcp.githunt.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"githunt-mcp": {
"command": "npx",
"args": [
"-y",
"githunt-mcp"
],
"env": {
"GITHUNT_API_KEY": "<your GITHUNT_API_KEY>",
"GITHUNT_API_URL": "<your GITHUNT_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"githunt-mcp": {
"type": "http",
"url": "https://mcp.githunt.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"githunt-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"githunt-mcp"
],
"env": {
"GITHUNT_API_KEY": "<your GITHUNT_API_KEY>",
"GITHUNT_API_URL": "<your GITHUNT_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"githunt-mcp": {
"serverUrl": "https://mcp.githunt.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"githunt-mcp": {
"command": "npx",
"args": [
"-y",
"githunt-mcp"
],
"env": {
"GITHUNT_API_KEY": "<your GITHUNT_API_KEY>",
"GITHUNT_API_URL": "<your GITHUNT_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"githunt-mcp": {
"url": "https://mcp.githunt.ai/mcp"
}
}
}{
"mcpServers": {
"githunt-mcp": {
"command": "npx",
"args": [
"-y",
"githunt-mcp"
],
"env": {
"GITHUNT_API_KEY": "<your GITHUNT_API_KEY>",
"GITHUNT_API_URL": "<your GITHUNT_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.githunt-agent%2Fgithunt-mcp)<a href="https://mcptoplist.com/server/io.github.githunt-agent%2Fgithunt-mcp"><img src="https://mcptoplist.com/badge/io.github.githunt-agent%2Fgithunt-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
githunt-agent
Available versions (1)
| Version | Published |
|---|---|
| 0.2.1 | Jul 23, 2026 |
Frequently asked questions
- Who maintains GitHunt MCP?
- GitHunt MCP is maintained by githunt-agent, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is GitHunt MCP listed on the Official MCP Registry?
- Yes — GitHunt MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does GitHunt MCP have?
- MCP Toplist tracks 1 version of GitHunt MCP, most recently published on Jul 23, 2026.
- Where can I find the source code for GitHunt MCP?
- The source code for GitHunt MCP is hosted at github.com/githunt-agent/githunt-mcp.