mcp-close
Close.com MCP Server
claude mcp add --transport stdio shiftengineering-mcp-close-server npx @shiftengineering/mcp-close-server \ --env CLOSE_API_KEY="your_api_key_here"
How to use
This MCP server bridges Close.com data to your AI assistant via the MCP interface. It exposes a set of tools that let you search for leads, retrieve lead and contact details, manage emails, tasks, opportunities, and calls, and verify the API connection to Close.com. You can interact with these tools through your MCP client (for example Claude Desktop) by issuing structured queries like searching for leads, getting detailed information for a specific lead or contact, or performing actions such as creating or updating emails, tasks, opportunities, and calls. The server maps high-level intents to precise Close.com API calls, returning structured results that your assistant can present or reason about. The Available Tools section lists the supported operations and their required parameters so you can craft effective queries and automation flows.
How to install
Prerequisites:
- Node.js 17 or higher
- npm (comes with Node.js)
- Close.com API key
Option 1: Install via npm/npx (Recommended)
- Install the package globally:
npm install -g @shiftengineering/mcp-close-server
- Configure Claude Desktop to use this server by editing your
claude_desktop_config.json:
{
"mcpServers": {
"close": {
"command": "npx",
"args": [
"@shiftengineering/mcp-close-server"
],
"env": {
"CLOSE_API_KEY": "your_api_key_here"
}
}
}
}
Option 2: Install from source
- Clone this repository:
git clone https://github.com/shiftengineering/mcp-close-server.git
cd mcp-close-server
- Install dependencies:
npm install
- Build the project:
npm run build
Additional notes
Tips and troubleshooting:
- Always set the CLOSE_API_KEY environment variable with a valid Close.com API key before starting the server.
- If you install via npm/npx, ensure your Claude Desktop configuration points to the correct command and path to the built server as needed.
- The npm package name is @shiftengineering/mcp-close-server; use the npx form to run without local build if you prefer.
- Verify network access to Close.com and that the API key has the necessary permissions for leads, contacts, emails, tasks, opportunities, and calls.
- If you run into auth issues, double-check that the API key is correctly exported in the environment passed to Claude Desktop.
- When upgrading, review breaking changes or migration notes in the repository changelog.
Related MCP Servers
zen
Selfhosted notes app. Single golang binary, notes stored as markdown within SQLite, full-text search, very low resource usage
MCP -Deepseek_R1
A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3)
mcp-fhir
A Model Context Protocol implementation for FHIR
mcp
Inkdrop Model Context Protocol Server
mcp-appium-gestures
This is a Model Context Protocol (MCP) server providing resources and tools for Appium mobile gestures using Actions API..
dubco -npm
The (Unofficial) dubco-mcp-server enables AI assistants to manage Dub.co short links via the Model Context Protocol. It provides three MCP tools: create_link for generating new short URLs, update_link for modifying existing links, and delete_link for removing short links.