mcpbeat Sign in

DokuTrak MCP Server

local only

DokuTrak runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm. Last commit 15 Sep 2026.

Let your agent chase the documents: create, chase, read and collect DokuTrak Document Requests.

27
Installs / week
npm · dokutrak-mcp
0
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check DokuTrak every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add dokutrak-mcp -- npx -y dokutrak-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dokutrak-mcp": {
      "args": [
        "-y",
        "dokutrak-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dokutrak-mcp]
command = "npx"
args = ["-y", "dokutrak-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "dokutrak-mcp": {
      "args": [
        "-y",
        "dokutrak-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dokutrak-mcp": {
      "args": [
        "-y",
        "dokutrak-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DOKUTRAK_API_KEY (The Agent Connection, issued from Settings → Connect an agent in the DokuTrak app.), DOKUTRAK_API_URL (Base URL of the DokuTrak API, ending in /api. Defaults to https://app.dokutrak.com/api.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to DokuTrak

same job, measured the same way
Living Docs
by s2bomb

Create and improve live, shared interactive documents with your agent.

answering
Outline
by mcparmory

Create, manage, and organize team documents, collections, and share permissions

232 installs/wk local only
The Office Worker
by cafra-house

Local-first document MCP for AI agents: create, read, secure and sign PDF/Word/Excel/PPTX.

3 632 installs/wk local only
Word Document Operations
by swadegeiger1

Read, create, and modify Microsoft Word documents

55 installs/wk local only
Office
by waystation

Create, edit, and collaborate on Office documents and spreadsheets.

answering
Craft
by craft-mcp

Access and edit your Craft documents.

answering
Mila
by mila-gg

Create and manage documents, spreadsheets, and presentations from your AI assistant.

23 tools answering
Transkribus
by lazyants

MCP server for the Transkribus REST API — collections, documents, HTR/OCR, and models.

93 installs/wk local only

DokuTrak — questions

Answers built from our own checks of this server.

Why is there no uptime for DokuTrak?
DokuTrak runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package dokutrak-mcp was installed 27 times last week.
How do I connect DokuTrak?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls dokutrak-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use DokuTrak?
The npm package dokutrak-mcp was installed 27 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is DokuTrak open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.