vscode-pdf-mcp-server

alexandrospetkos/vscode-pdf-mcp-server
★ 0 stars TypeScript Code/Dev Tools Updated 5d ago
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vscode-pdf-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "alexandrospetkos/vscode-pdf-mcp-server"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol (MCP) server that exposes tools for reading and searching PDFs opened in the VS Code PDF viewer extension. - **get_pdf_info** - Get metadata about the open PDF (filename, path, page count, selection status) - **get_pdf_selection** - Get the currently selected text, including page number