Doc2x MCP Server
Enables AI assistants to parse and convert PDFs and images to structured text formats using the Doc2x v2 API. Supports asynchronous document processing, format conversion, and file downloads with configurable polling and timeout settings.
README
Doc2x MCP Server
本项目提供一个基于 stdio 的 MCP Server,把 Doc2x v2 的 PDF/图片接口封装成语义化 tools。
1) 运行环境
- Node.js >= 18
2) 配置
通过环境变量配置:
DOC2X_API_KEY:必填(形如sk-xxx)DOC2X_BASE_URL:可选,默认https://v2.doc2x.noedgeai.comDOC2X_HTTP_TIMEOUT_MS:可选,默认60000DOC2X_POLL_INTERVAL_MS:可选,默认2000DOC2X_MAX_WAIT_MS:可选,默认600000DOC2X_DOWNLOAD_URL_ALLOWLIST:可选,默认".amazonaws.com.cn,.aliyuncs.com,.noedgeai.com";设为*可允许任意 host(不推荐)
3) 启动
方式 A:通过 npx
{
"command": "npx",
"args": ["-y", "@noedgeai-org/doc2x-mcp"],
"env": {
"DOC2X_API_KEY": "sk-xxx",
"DOC2X_BASE_URL": "https://v2.doc2x.noedgeai.com"
}
}
方式 B:本地源码运行
cd doc2x-mcp
npm install
npm run build
DOC2X_API_KEY=sk-xxx npm start
{
"command": "node",
"args": ["<ABS_PATH>/doc2x-mcp/dist/index.js"],
"env": {
"DOC2X_API_KEY": "sk-xxx",
"DOC2X_BASE_URL": "https://v2.doc2x.noedgeai.com"
}
}
4) Tools
doc2x_parse_pdf_submitdoc2x_parse_pdf_statusdoc2x_parse_pdf_wait_textdoc2x_convert_export_submitdoc2x_convert_export_resultdoc2x_convert_export_waitdoc2x_download_url_to_filedoc2x_parse_image_layout_syncdoc2x_parse_image_layout_submitdoc2x_parse_image_layout_statusdoc2x_parse_image_layout_wait_textdoc2x_materialize_convert_zipdoc2x_debug_config
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
E2B
Using MCP to run code via e2b.