Skip to main content
Glama

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.

Related MCP server: Anytype MCP Server

Prerequisites

Get a Dovetail API token

  1. In Dovetail, go to Settings → Account → Personal API keys.

  2. Generate a new token and copy it.

  3. 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

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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/tomgutt/dovetail-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server