Doc2x MCP Server

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.

Category
Visit Server

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.com
  • DOC2X_HTTP_TIMEOUT_MS:可选,默认 60000
  • DOC2X_POLL_INTERVAL_MS:可选,默认 2000
  • DOC2X_MAX_WAIT_MS:可选,默认 600000
  • DOC2X_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_submit
  • doc2x_parse_pdf_status
  • doc2x_parse_pdf_wait_text
  • doc2x_convert_export_submit
  • doc2x_convert_export_result
  • doc2x_convert_export_wait
  • doc2x_download_url_to_file
  • doc2x_parse_image_layout_sync
  • doc2x_parse_image_layout_submit
  • doc2x_parse_image_layout_status
  • doc2x_parse_image_layout_wait_text
  • doc2x_materialize_convert_zip
  • doc2x_debug_config

Recommended Servers

playwright-mcp

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.

Official
Featured
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured