mcpbeat Sign in

Deckprobe MCP Server

local only

Deckprobe runs on your own machine — the client starts it, so there is no endpoint to ping. 20 installs a week from npm. Last commit 22 Aug 2026.

Inspect PDF, Office, and iWork documents without rendering: counts, metadata, security signals

Installs per day peak 274 · avg 14 · -68% w/w
a month agotoday
20
Installs / week
npm · @deckflow/deckprobe-mcp
0
Stars
0 open issues
22 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 15 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.

Runs an external command src/engine/index.ts:90
    const child = spawn(binary, ["--version"], { stdio: "ignore" });

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

Alternatives to Deckprobe

same job, measured the same way
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
Incwo MCP
by incwo

Secure MCP server for exploring incwo CRM data, documents, and email workflows.

answering
Mess
by mess

Inventory of your service accounts, kept current by your coding agents. Metadata only, no secrets.

answering
Agentic SDLC MCP
by sakuracianna

Agentic SDLC governance and security controls for AI coding agents working with GitHub.

27 installs/wk local only
Secure Schema MCP
by siddharth-coder13

Read-only MCP server for exposing database schema metadata without row data.

66 installs/wk local only
MCP Process
by digital-defiance

Process management and monitoring for AI agents with strict security boundaries

40 installs/wk local only
Agent Market Network
by jdhart81

Signed agent discovery, security attestations, paid work, and verified settlement reputation.

23 tools answering
Agent Venue Radar
by itzxfin2323

Screen AI-work venues for inventory, funding, payouts, withdrawal, economics, and security risk.

local only

Deckprobe — questions

Answers built from our own checks of this server.

Why is there no uptime for Deckprobe?
Deckprobe 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 @deckflow/deckprobe-mcp was installed 20 times last week.
How do I connect Deckprobe?
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 @deckflow/deckprobe-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Deckprobe?
The npm package @deckflow/deckprobe-mcp was installed 20 times in the last week. Week over week that is -68%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Deckprobe 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.