Skip to content
Cursor

techtenstein pdf for Cursor

io.github.sathvic-kollu/techtenstein-pdf

PDF text and table extraction plus metadata. Supports OCR for scanned documents.

client:Cursor transport:stdio runtime:pypi

Install techtenstein pdf in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "techtenstein-pdf": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "techtenstein-pdf-mcp"
      ],
      "env": {
        "TECHTENSTEIN_API_KEY": "<TECHTENSTEIN_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

techtenstein pdf in other clients