← changethisfile.com

INDIVIDUAL MCP TOOL

extract_tables

Extract every table from a PDF or image (PNG, JPG, WebP) into a clean multi-sheet Excel file.

changethisfile.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

changethisfile.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.changethisfile]
url = "https://changethisfile.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "changethisfile": {
      "type": "http",
      "url": "https://changethisfile.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: changethisfile
Remote MCP URL: https://changethisfile.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "changethisfile": {
      "url": "https://changethisfile.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "changethisfile": {
      "type": "http",
      "url": "https://changethisfile.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "changethisfile",
  "transport": "streamable-http",
  "url": "https://changethisfile.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • convert_file — Convert a file from one format to another.
  • list_conversions — List all supported conversion routes.
  • translate_file — Translate a document into another language with the original layout and formatting preserved (DOCX, PPTX, XLSX, PDF, TXT, MD, SRT, VTT).
  • compress_file — Compress a file (PDF, JPG, PNG, WebP, MP4, MOV, WebM) down to an exact target size — e.
  • do_file_job — Describe what you want done to a file in plain language — e.
  • check_job — Check the status of a previously submitted file job (translate_file, extract_tables, compress_file).