mcpbeat Sign in

Dossier MCP Server

local only

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

MCP server for dossier automation standard - enables LLMs to discover, verify, and execute dossiers

Installs per day peak 54 · avg 22 · +45% w/w
a month agotoday
182
Installs / week
npm · @ai-dossier/mcp-server
8
Stars
28 open issues
17 Sep 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        const skillDir = path.join(skillsDir, name);
  const child = execFile(cmd, args, (_err) => {
      /https?:\/\/(?:(?:hooks\.slack\.com|discord(?:app)?\.com\/api\/webhooks|webhook\.site|requestbin\.com|pipedream\.net|hookbin\.com|burpcollaborator\.net|interact\.sh|canarytokens\.com)[^\s"')<]*)/gi,

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 dossier -- npx -y @ai-dossier/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dossier": {
      "args": [
        "-y",
        "@ai-dossier/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dossier]
command = "npx"
args = ["-y", "@ai-dossier/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "dossier": {
      "args": [
        "-y",
        "@ai-dossier/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dossier": {
      "args": [
        "-y",
        "@ai-dossier/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Dossier

same job, measured the same way
MCP Coda
by vish288

MCP server for Coda API — docs, pages, tables, rows, formulas, permissions, and automation.

264 installs/wk local only
Expo Android MCP
by frndchagas

MCP server for Android emulator automation via ADB.

61 installs/wk local only
Zabbix MCP
by mhajder

MCP server for Zabbix monitoring and automation

695 installs/wk local only
MCP Server Browserbase
by browserbase

MCP server for AI web browser automation using Browserbase and Stagehand

4 334 installs/wk local only
MCP Server for Excel
by sbroenne

Excel automation for AI - Sheets, Power Query, DAX, VBA, Tables, Ranges and more. Windows only.

local only
agent-device
by callstack

MCP server for mobile app automation: verify, control, and debug iOS, Android, TV, and desktop apps

local only
Mobile MCP
by mobile-next

MCP server for iOS and Android Mobile Development, Automation and Testing

39 229 installs/wk local only
Agent Browser
by codechap

MCP server for browser automation via Vercel's agent-browser CLI

local only

Dossier — questions

Answers built from our own checks of this server.

Why is there no uptime for Dossier?
Dossier 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 @ai-dossier/mcp-server was installed 182 times last week.
How do I connect Dossier?
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 @ai-dossier/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Dossier?
The npm package @ai-dossier/mcp-server was installed 182 times in the last week. Week over week that is +45%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Dossier open source?
Yes — it is published under the AGPL-3.0 licence, written in TypeScript, 8 stars on GitHub and 28 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.