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_KEYsecretAPI 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-mcpRelated MCP servers
Data-grounded sprint retro
Maintained
Data-grounded sprint retrospectives from your Jira, GitHub, and Slack activity.
0
View repository →TypeScript
MIT
Standup from your activity
Maintained
Generate your daily standup from real GitHub, Jira, Linear, and Slack activity.
0
View repository →TypeScript
MIT
io.github.sathvic-kollu/techtenstein-bg
Maintained
AI background removal for images. Modes: auto, product, portrait, car. Transparent PNG.
0
View repository →Python
Enrich LinkedIn profiles, companies, and prospect searches. For sales, recruiting, B2B.
0
View repository →Python
io.github.sathvic-kollu/techtenstein-seo
Maintained
On-page SEO audit for any URL. Titles, meta, headings, links, score, and fix recommendations.
0
View repository →Python