PluginBench
MCP Server
Active
AGPL-3.0

DocSlicer MCP Server

io.github.DocSlicer/docslicer

What is the DocSlicer MCP server?

Answer questions from documents too large to fit in context, reading only the sections you need.

How to install DocSlicer

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • DOCSLICER_MCP_ROOT
    required

    Restrict file sources and outputs to this directory tree. Several may be given, separated by the platform path separator.

  • DOCSLICER_MCP_ALLOW_CLAUDE_DIR

    Set to 0 to refuse documents dropped into a Claude chat, which the app copies into its own directory outside DOCSLICER_MCP_ROOT.

  • DOCSLICER_MCP_ALLOW_URLS

    Set to 0 to reject http(s) sources and only permit local files.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "docslicer": {
      "command": "uvx",
      "args": [
        "docslicer",
        "--from",
        "docslicer[mcp]==0.2.4",
        "docslicer-mcp"
      ],
      "env": {
        "DOCSLICER_MCP_ROOT": "<YOUR_DOCSLICER_MCP_ROOT>",
        "DOCSLICER_MCP_ALLOW_CLAUDE_DIR": "<YOUR_DOCSLICER_MCP_ALLOW_CLAUDE_DIR>",
        "DOCSLICER_MCP_ALLOW_URLS": "<YOUR_DOCSLICER_MCP_ALLOW_URLS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "docslicer": {
      "command": "uvx",
      "args": [
        "docslicer",
        "--from",
        "docslicer[mcp]==0.2.4",
        "docslicer-mcp"
      ],
      "env": {
        "DOCSLICER_MCP_ROOT": "<YOUR_DOCSLICER_MCP_ROOT>",
        "DOCSLICER_MCP_ALLOW_CLAUDE_DIR": "<YOUR_DOCSLICER_MCP_ALLOW_CLAUDE_DIR>",
        "DOCSLICER_MCP_ALLOW_URLS": "<YOUR_DOCSLICER_MCP_ALLOW_URLS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "docslicer": {
      "command": "uvx",
      "args": [
        "docslicer",
        "--from",
        "docslicer[mcp]==0.2.4",
        "docslicer-mcp"
      ],
      "env": {
        "DOCSLICER_MCP_ROOT": "<YOUR_DOCSLICER_MCP_ROOT>",
        "DOCSLICER_MCP_ALLOW_CLAUDE_DIR": "<YOUR_DOCSLICER_MCP_ALLOW_CLAUDE_DIR>",
        "DOCSLICER_MCP_ALLOW_URLS": "<YOUR_DOCSLICER_MCP_ALLOW_URLS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "docslicer": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "docslicer",
        "--from",
        "docslicer[mcp]==0.2.4",
        "docslicer-mcp"
      ],
      "env": {
        "DOCSLICER_MCP_ROOT": "<YOUR_DOCSLICER_MCP_ROOT>",
        "DOCSLICER_MCP_ALLOW_CLAUDE_DIR": "<YOUR_DOCSLICER_MCP_ALLOW_CLAUDE_DIR>",
        "DOCSLICER_MCP_ALLOW_URLS": "<YOUR_DOCSLICER_MCP_ALLOW_URLS>"
      }
    }
  }
}
Claude Code
claude mcp add docslicer --env DOCSLICER_MCP_ROOT=<YOUR_DOCSLICER_MCP_ROOT> --env DOCSLICER_MCP_ALLOW_CLAUDE_DIR=<YOUR_DOCSLICER_MCP_ALLOW_CLAUDE_DIR> --env DOCSLICER_MCP_ALLOW_URLS=<YOUR_DOCSLICER_MCP_ALLOW_URLS> -- uvx docslicer --from docslicer[mcp]==0.2.4 docslicer-mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →