PDF And DOCX Server
БесплатноНе проверенProvides tools to read PDFs, extract images, convert between PDF and DOCX, create DOCX from text, and generate PDFs from DOCX, text, or HTML.
Описание
Provides tools to read PDFs, extract images, convert between PDF and DOCX, create DOCX from text, and generate PDFs from DOCX, text, or HTML.
README
This MCP server provides tools to read PDFs, extract images, convert PDF to DOCX, create DOCX from text, and generate PDFs from DOCX or text or HTML.
Setup
- Create and activate a virtual environment.
- Install dependencies:
pip install -e .
Run (stdio)
python -m mcp_pdf_server
VS Code Copilot MCP
If you want Copilot Agents to auto-install and run this server, use uvx in your MCP config:
{
"servers": {
"pdf-docx-tools": {
"type": "stdio",
"command": "uvx",
"args": ["--from", "git+https://github.com/iduryodhanrao/MCP.git", "python", "-m", "mcp_pdf_server"]
}
}
}
This requires uv/uvx to be installed on the machine.
Notes
- DOCX to PDF conversion uses
docx2pdf. On Windows, this requires Microsoft Word to be installed. - HTML to PDF uses
weasyprint. On Windows, additional system libraries may be required.
Tools
read_pdf_text(path)-> stringextract_pdf_images(path, output_dir)-> list of image pathspdf_to_docx(pdf_path, docx_path)-> docx pathdocx_to_pdf(docx_path, pdf_path)-> pdf pathtext_to_docx(text, docx_path)-> docx pathtext_or_html_to_pdf(content, pdf_path, content_type)-> pdf path
Установка PDF And DOCX Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/iduryodhanrao/MCPFAQ
PDF And DOCX Server MCP бесплатный?
Да, PDF And DOCX Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для PDF And DOCX Server?
Нет, PDF And DOCX Server работает без API-ключей и переменных окружения.
PDF And DOCX Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить PDF And DOCX Server в Claude Desktop, Claude Code или Cursor?
Открой PDF And DOCX Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare PDF And DOCX Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
