Dovetail MCP Server
Model Context Protocol (MCP) server for the Dovetail API
Ask AI about Dovetail MCP Server
Powered by Claude · Grounded in docs
I know everything about Dovetail MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
Dovetail MCP Server
A Model Context Protocol (MCP) server for connecting AI tools to the Dovetail API.
Note: This is the npm package distribution of the official Dovetail MCP server. The canonical source lives in the Dovetail MCP GitHub repository.
Disclaimer
This package may not always reflect the very latest changes from the upstream repository. As of now, it corresponds to upstream Release 0.3. For the most up-to-date code and releases, please refer to the repository linked above.
Prerequisites
- Node.js 22 or higher (download Node from nodejs.org)
- A Dovetail API token (see Dovetail API Documentation for details on obtaining one)
Get a Dovetail API token
- In Dovetail, go to Settings → Account → Personal API keys.
- Generate a new token and copy it.
- Set it in your environment as
DOVETAIL_API_TOKEN.
For details, see Dovetail’s MCP server docs: docs.dovetail.com/integrations/mcp-server.
Configuration
Use this configuration style in MCP-compatible clients (e.g., Claude Desktop, Cursor). It invokes the server via npx and passes your API token via environment variable.
{
"mcpServers": {
"dovetail-mcp-server": {
"command": "npx",
"args": ["-y", "dovetail-mcp-server"],
"env": {
"DOVETAIL_API_TOKEN": "<YOUR_TOKEN>"
}
}
}
}
License
MIT
