Dovetail MCP Server
OfficialProvides tools for interacting with the Dovetail API, enabling AI agents to access and manage Dovetail resources.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Dovetail MCP Servershow me my recent projects"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Dovetail MCP Server
A Model Context Protocol (MCP) server for connecting AI tools to the Dovetail API.
Prerequisites
Node.js 22 or higher (download Node from nodejs.org)
A Dovetail API token (see Dovetail API Documentation for details on obtaining one)
Related MCP server: MeetGeek MCP Server
Installation
Option 1: Download Pre-built Script
Download the latest
index.jshereHead over to configuration to continue
Option 2: Setup from Source
Clone the repository:
git clone https://github.com/dovetail/dovetail-mcp.git cd dovetail-mcpInstall dependencies:
yarn installBuild the project:
yarn buildLocate and copy the
dist/index.jsfilepath (this will copy the path to your clipboard for the configuration step):realpath dist/index.js | pbcopy
Configuration
We recommend setting this up in an MCP client like Claude or Cursor by entering the following:
Claude: Please see the MCP website for step by step instructions
Cursor: Navigate to Settings → Tools & Integrations → Add Custom MCP
{
"mcpServers": {
"dovetail-mcp": {
"command": "node",
"args": ["<path-to-your-index-js-file>"],
"env": {
"DOVETAIL_API_TOKEN": "<YOUR_TOKEN>"
}
}
}
}License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Connect AI agents to 1000+ apps with managed authentication and tool-calling.
Verified, pay-per-use API tools for AI agents through one authenticated connection.
Connect AI agents to ProductNow's context engine to search, create, review, and act.
Connect AI clients to biomedical data and tools.
Related MCP Servers
AlicenseBqualityCmaintenanceConnects AI assistants (Claude, Cursor, etc.) directly to the HiveFlow automation platform, allowing them to create, manage, and execute automation flows through natural language commands.94 npm4MIT
MeetGeek MCP Serverofficial
FlicenseNot gradedqualityDmaintenanceEnables AI tools to access and manage MeetGeek meetings, including transcripts, highlights, summaries, and recording uploads.8 npm23-- AlicenseBqualityDmaintenanceEnables AI tools to connect to the Dovetail API for accessing customer insights and research data.740 npmMIT
- AlicenseAqualityDmaintenanceConnects AI tools to Fathom meeting transcripts, summaries, and action items via a single API key.63 npmMIT