Dovetail MCP Server
OfficialProvides tools for interacting with the Dovetail API, enabling AI agents to access and manage Dovetail resources.
Click on "Install 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)
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dovetail/dovetail-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server