by hunter-io
Integrates the Hunter API with any LLM provider supporting the MCP protocol, enabling natural‑language access to B2B people and company data.
Provides integration between the Hunter API and any LLM provider that supports the MCP protocol, allowing users to query and manipulate Hunter B2B data (people, companies, leads) through conversational interfaces.
uv package manager.HUNTER_API_KEY).PATH_TO_hunter-mcp/main.py to the repository's main.py file.uv run --with mcp[cli] mcp run PATH_TO_hunter-mcp/main.py or, for Claude Desktop, mcp install main.py -v HUNTER_API_KEY=YOUR_HUNTER_API_KEY.Q: Is the project still maintained? A: No. The repository is deprecated; functionality has moved to Hunter’s Remote MCP Server. See the official documentation for the new service.
Q: Which LLMs can I use? A: Any LLM that implements the MCP protocol, such as Claude for Desktop.
Q: Do all Hunter API endpoints work? A: Currently only the listed tools are supported; full endpoint coverage is planned for a future release.
Q: How do I set the API key?
A: Add HUNTER_API_KEY to the env section of the MCP server config or export it in your shell before running the server.
This repository is no longer maintained. All functionality has moved to Hunter’s Remote MCP Server, which provides a more convenient setup.
👉 Start here: https://hunter.io/api-documentation#mcp
This MCP (Model Context Protocol) server provides integration between the Hunter API and any LLM provider supporting the MCP protocol (e.g., Claude for Desktop), allowing you to interact with the Hunter B2B data using natural language.
Here is an example config file which you can use to set up Hunter MCP.
{
"mcpServers": {
"hunter-mcp": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"PATH_TO_hunter-mcp/main.py"
],
"env": {
"HUNTER_API_KEY": "YOUR_HUNTER_API_KEY"
}
}
}
}
For Claude Desktop, you can install and interact with it right away by running:
mcp install main.py -v HUNTER_API_KEY=YOUR_HUNTER_API_KEY

The Hunter MCP server provides access to various Hunter API endpoints as tools.
The current version offers the following tools:
Note: All the Hunter API endpoints are not supported, yet. This will be addressed in a future release.
This project is licensed under the MIT License; see the LICENSE.md file for details.
Please log in to share your review and rating for this MCP.
{
"mcpServers": {
"hunter-mcp": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"PATH_TO_hunter-mcp/main.py"
],
"env": {
"HUNTER_API_KEY": "YOUR_HUNTER_API_KEY"
}
}
}
}claude mcp add hunter-mcp uv run --with mcp[cli] mcp run PATH_TO_hunter-mcp/main.pyExplore related MCPs that share similar capabilities and solve comparable challenges
by zed-industries
A high‑performance, multiplayer code editor designed for speed and collaboration.
by modelcontextprotocol
Model Context Protocol Servers
by modelcontextprotocol
A Model Context Protocol server for Git repository interaction and automation.
by modelcontextprotocol
A Model Context Protocol server that provides time and timezone conversion capabilities.
by cline
An autonomous coding assistant that can create and edit files, execute terminal commands, and interact with a browser directly from your IDE, operating step‑by‑step with explicit user permission.
by continuedev
Enables faster shipping of code by integrating continuous AI agents across IDEs, terminals, and CI pipelines, offering chat, edit, autocomplete, and customizable agent workflows.
by upstash
Provides up-to-date, version‑specific library documentation and code examples directly inside LLM prompts, eliminating outdated information and hallucinated APIs.
by github
Connects AI tools directly to GitHub, enabling natural‑language interactions for repository browsing, issue and pull‑request management, CI/CD monitoring, code‑security analysis, and team collaboration.
by daytonaio
Provides a secure, elastic infrastructure that creates isolated sandboxes for running AI‑generated code with sub‑90 ms startup, unlimited persistence, and OCI/Docker compatibility.