PluginBench
MCP Server
Maintained

io.github.sathvic-kollu/techtenstein-pdf MCP Server

io.github.sathvic-kollu/techtenstein-pdf

What is the io.github.sathvic-kollu/techtenstein-pdf MCP server?

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

How to install io.github.sathvic-kollu/techtenstein-pdf

Copy-paste configuration for popular MCP clients.

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

    API key from https://apis.techtenstein.com (free tier: 50 extractions/day)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "techtenstein-pdf": {
      "command": "uvx",
      "args": [
        "techtenstein-pdf-mcp"
      ],
      "env": {
        "TECHTENSTEIN_API_KEY": "<YOUR_TECHTENSTEIN_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "techtenstein-pdf": {
      "command": "uvx",
      "args": [
        "techtenstein-pdf-mcp"
      ],
      "env": {
        "TECHTENSTEIN_API_KEY": "<YOUR_TECHTENSTEIN_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "techtenstein-pdf": {
      "command": "uvx",
      "args": [
        "techtenstein-pdf-mcp"
      ],
      "env": {
        "TECHTENSTEIN_API_KEY": "<YOUR_TECHTENSTEIN_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "techtenstein-pdf": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "techtenstein-pdf-mcp"
      ],
      "env": {
        "TECHTENSTEIN_API_KEY": "<YOUR_TECHTENSTEIN_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add techtenstein-pdf --env TECHTENSTEIN_API_KEY=<YOUR_TECHTENSTEIN_API_KEY> -- uvx techtenstein-pdf-mcp

Related MCP servers

Data-grounded sprint retrospectives from your Jira, GitHub, and Slack activity.

0
TypeScript
MIT
View repository →

Generate your daily standup from real GitHub, Jira, Linear, and Slack activity.

0
TypeScript
MIT
View repository →

AI background removal for images. Modes: auto, product, portrait, car. Transparent PNG.

0
Python
View repository →

Enrich LinkedIn profiles, companies, and prospect searches. For sales, recruiting, B2B.

0
Python
View repository →

On-page SEO audit for any URL. Titles, meta, headings, links, score, and fix recommendations.

0
Python
View repository →