pdf-image-extractor-mcp
Allows n8n workflows to extract images from PDF files via the MCP server using an SSE adapter.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@pdf-image-extractor-mcpextract images from ~/Documents/invoice.pdf"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PDF Image Extractor MCP Server
A Model Context Protocol (MCP) server that extracts images from PDF files. Run this locally to let LLMs access and analyze images embedded within your local PDF documents.
Quick Start
You can run this server directly using uvx (part of the uv toolkit). No manual installation required.
uvx pdf-image-extractor-mcp@latestRelated MCP server: PDF Reader MCP Server
Configuration
Claude Desktop app
To use this with the Claude Desktop app, add the following to your claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"pdf-image-extractor": {
"command": "uvx",
"args": ["pdf-image-extractor-mcp@latest"]
}
}
}Cursor
To add this to Cursor:
Open Cursor Settings.
Go to Features -> MCP.
Click + Add New MCP Server.
Enter the following:
Name:
pdf-image-extractorType:
stdio(or Command)Command:
uvx pdf-image-extractor-mcp@latest
VS Code
If you are using the MCP Extension for VS Code (or a compatible AI extension):
Create or edit .vscode/mcp.json in your project root:
{
"mcpServers": {
"pdf-image-extractor": {
"command": "uvx",
"args": ["pdf-image-extractor-mcp@latest"]
}
}
}Claude Code (CLI)
To add this server to Claude Code:
claude mcp add pdf-image-extractor -- uvx pdf-image-extractor-mcp@latestn8n
To use this with n8n:
Note: n8n typically connects to MCP servers via HTTP (SSE), not local commands (stdio). To use this server with n8n, you must run it behind a generic SSE adapter.
Install the n8n-nodes-mcp community node in your n8n instance.
Run this server wrapped in an SSE transport (using a tool like
mcp-proxyorstdio-to-sse).Configure the n8n MCP Client node to point to your local SSE port (e.g.,
http://localhost:3000/sse).
Development
If you want to contribute or run from source, please see CONTRIBUTING.md.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseAqualityDmaintenanceEnables reading and extracting content from PDF documents including text (as Markdown), images, tables, and metadata from both local files and URLs, with OCR support for scanned documents.2
- AlicenseAqualityDmaintenanceEnables AI agents to securely read and extract information from PDF files including text content, metadata, and page counts from both local files and URLs within the project context.12,737MIT
- Alicense-qualityDmaintenanceEnables AI applications to read and process PDF files with intelligent file search, text extraction, image processing, and optional OCR support for scanned documents.MIT
- FlicenseAqualityCmaintenanceEnables AI agents to efficiently process large local and online PDFs through selective extraction of text, images, and metadata. It provides tools for content search and document outline navigation to optimize context window usage.714
Related MCP Connectors
Turn any PDF into structured JSON via AI + OCR: invoices, bank statements, contracts.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Generate images, GIFs, and PDFs from HTML, URLs, or templates — from your AI agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/maxrabin/pdf-image-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server