DeckProbe MCP Server
Rank #28,239io.github.deckflow/deckprobe
Inspect PDF, Office, and iWork documents without rendering: counts, metadata, security signals
DeckProbe MCP Server is a Model Context Protocol (MCP) server published by deckflow. It ranks #28,239 of 132,113 servers tracked on MCP Toplist. DeckProbe MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 22, 2026 and most recently updated on Aug 22, 2026.
Ranks ahead of 103,874 of 132,113 servers on MCP Toplist.
Use DeckProbe MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add deckprobe -e "DECKPROBE_MCP_ROOTS=<your DECKPROBE_MCP_ROOTS>" -e "DECKPROBE_MCP_TIMEOUT_MS=<your DECKPROBE_MCP_TIMEOUT_MS>" -e "DECKPROBE_MCP_MAX_CONCURRENCY=<your DECKPROBE_MCP_MAX_CONCURRENCY>" -e "DECKPROBE_MCP_MAX_BATCH=<your DECKPROBE_MCP_MAX_BATCH>" -e "DECKPROBE_MCP_BIN=<your DECKPROBE_MCP_BIN>" -- npx -y @deckflow/deckprobe-mcpReplace each placeholder with your own value before saving.
[mcp_servers.deckprobe]
command = "npx"
args = ["-y", "@deckflow/deckprobe-mcp"]
[mcp_servers.deckprobe.env]
DECKPROBE_MCP_ROOTS = "<your DECKPROBE_MCP_ROOTS>"
DECKPROBE_MCP_TIMEOUT_MS = "<your DECKPROBE_MCP_TIMEOUT_MS>"
DECKPROBE_MCP_MAX_CONCURRENCY = "<your DECKPROBE_MCP_MAX_CONCURRENCY>"
DECKPROBE_MCP_MAX_BATCH = "<your DECKPROBE_MCP_MAX_BATCH>"
DECKPROBE_MCP_BIN = "<your DECKPROBE_MCP_BIN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"deckprobe": {
"command": "npx",
"args": [
"-y",
"@deckflow/deckprobe-mcp"
],
"env": {
"DECKPROBE_MCP_ROOTS": "<your DECKPROBE_MCP_ROOTS>",
"DECKPROBE_MCP_TIMEOUT_MS": "<your DECKPROBE_MCP_TIMEOUT_MS>",
"DECKPROBE_MCP_MAX_CONCURRENCY": "<your DECKPROBE_MCP_MAX_CONCURRENCY>",
"DECKPROBE_MCP_MAX_BATCH": "<your DECKPROBE_MCP_MAX_BATCH>",
"DECKPROBE_MCP_BIN": "<your DECKPROBE_MCP_BIN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"deckprobe": {
"command": "npx",
"args": [
"-y",
"@deckflow/deckprobe-mcp"
],
"env": {
"DECKPROBE_MCP_ROOTS": "<your DECKPROBE_MCP_ROOTS>",
"DECKPROBE_MCP_TIMEOUT_MS": "<your DECKPROBE_MCP_TIMEOUT_MS>",
"DECKPROBE_MCP_MAX_CONCURRENCY": "<your DECKPROBE_MCP_MAX_CONCURRENCY>",
"DECKPROBE_MCP_MAX_BATCH": "<your DECKPROBE_MCP_MAX_BATCH>",
"DECKPROBE_MCP_BIN": "<your DECKPROBE_MCP_BIN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"deckprobe": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@deckflow/deckprobe-mcp"
],
"env": {
"DECKPROBE_MCP_ROOTS": "<your DECKPROBE_MCP_ROOTS>",
"DECKPROBE_MCP_TIMEOUT_MS": "<your DECKPROBE_MCP_TIMEOUT_MS>",
"DECKPROBE_MCP_MAX_CONCURRENCY": "<your DECKPROBE_MCP_MAX_CONCURRENCY>",
"DECKPROBE_MCP_MAX_BATCH": "<your DECKPROBE_MCP_MAX_BATCH>",
"DECKPROBE_MCP_BIN": "<your DECKPROBE_MCP_BIN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"deckprobe": {
"command": "npx",
"args": [
"-y",
"@deckflow/deckprobe-mcp"
],
"env": {
"DECKPROBE_MCP_ROOTS": "<your DECKPROBE_MCP_ROOTS>",
"DECKPROBE_MCP_TIMEOUT_MS": "<your DECKPROBE_MCP_TIMEOUT_MS>",
"DECKPROBE_MCP_MAX_CONCURRENCY": "<your DECKPROBE_MCP_MAX_CONCURRENCY>",
"DECKPROBE_MCP_MAX_BATCH": "<your DECKPROBE_MCP_MAX_BATCH>",
"DECKPROBE_MCP_BIN": "<your DECKPROBE_MCP_BIN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"deckprobe": {
"command": "npx",
"args": [
"-y",
"@deckflow/deckprobe-mcp"
],
"env": {
"DECKPROBE_MCP_ROOTS": "<your DECKPROBE_MCP_ROOTS>",
"DECKPROBE_MCP_TIMEOUT_MS": "<your DECKPROBE_MCP_TIMEOUT_MS>",
"DECKPROBE_MCP_MAX_CONCURRENCY": "<your DECKPROBE_MCP_MAX_CONCURRENCY>",
"DECKPROBE_MCP_MAX_BATCH": "<your DECKPROBE_MCP_MAX_BATCH>",
"DECKPROBE_MCP_BIN": "<your DECKPROBE_MCP_BIN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.deckflow%2Fdeckprobe)<a href="https://mcptoplist.com/server/io.github.deckflow%2Fdeckprobe"><img src="https://mcptoplist.com/badge/io.github.deckflow%2Fdeckprobe.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
deckflow
Other servers by deckflow
View all deckflow servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Aug 22, 2026 |
Frequently asked questions
- Who maintains DeckProbe MCP Server?
- DeckProbe MCP Server is maintained by deckflow, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is DeckProbe MCP Server listed on the Official MCP Registry?
- Yes — DeckProbe MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does DeckProbe MCP Server have?
- MCP Toplist tracks 1 version of DeckProbe MCP Server, most recently published on Aug 22, 2026.
- Where can I find the source code for DeckProbe MCP Server?
- The source code for DeckProbe MCP Server is hosted at github.com/deckflow/deckprobe-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.