← apick.app

INDIVIDUAL MCP TOOL

pdf_to_image

Convert each page of a PDF file to PNG images, returned as a ZIP archive.

apick.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://apick.app/mcp/convert

No auth detected

Connect to this endpoint to inspect the live schema for pdf_to_image and invoke it with your own arguments.

Indexed 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 server

apick.app

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.app-apick-convert]
url = "https://apick.app/mcp/convert"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "app-apick-convert": {
      "type": "http",
      "url": "https://apick.app/mcp/convert"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: app-apick-convert
Remote MCP URL: https://apick.app/mcp/convert

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": {
    "app-apick-convert": {
      "url": "https://apick.app/mcp/convert"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "app-apick-convert": {
      "type": "http",
      "url": "https://apick.app/mcp/convert"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "app-apick-convert",
  "transport": "streamable-http",
  "url": "https://apick.app/mcp/convert"
}
MCP Inspector

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

Related tools

  • stt — Convert a speech audio file to text (STT).
  • tts — Convert text to a speech audio file (TTS, MP3).
  • voice_change — Modulate the voice in a video or audio file to a lower or higher pitch.
  • face_blur — Detect faces in an image and blur (mosaic) them.
  • pdf_to_docx — Convert a PDF file to a DOCX (Word) file.
  • pdf_merge — Merge two PDF files into one.
  • html_to_pdf — Render HTML code into a PDF file.
  • docx_to_pdf — Convert a DOCX (Word) file to a PDF file.