docio-mcp

docio-mcp

Enables document conversion between 50+ formats, including Excel and PDF, using Pandoc with automatic format detection and caching.

Category
访问服务器

README

Docio MCP Server

A Model Context Protocol (MCP) server that provides comprehensive document conversion capabilities using Pandoc with additional support for Excel files and modern PDF processing.

Features

  • Universal Document Conversion: Convert between 50+ document formats
  • Excel Support: Full Excel (.xlsx) file creation and conversion using pure JavaScript
  • Modern PDF Processing: PDF text extraction and generation using Puppeteer and pdf-parse
  • No External Dependencies: All format conversions work out-of-the-box
  • Batch Processing: Convert multiple documents simultaneously
  • Metadata Extraction: Extract document metadata and statistics
  • Document Validation: Validate document format and structure
    • Plain text extraction
    • Document metadata extraction
    • Bulk document conversion
  • Smart Format Detection: Automatically detects file formats from extensions and content
  • Intelligent Response System: Returns file content for text formats, file paths for binary formats
  • Caching System: Efficient caching to avoid repeated conversions
  • Comprehensive Format Support:
    • Documents: DOCX, DOC, ODT, RTF, PDF
    • Markup: HTML, XML, LaTeX, reStructuredText
    • E-books: EPUB
    • Presentations: PPTX

Installation

npm install -g docio-mcp

The installation will automatically download the appropriate Pandoc binary for your platform.

Usage

With Claude Desktop

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "pandoc": {
      "command": "npx",
  "args": ["docio-mcp"]
    }
  }
}

With VS Code

Add to your MCP configuration:

{
  "pandoc": {
    "command": "npx",
  "args": ["docio-mcp"]
  }
}

Available Tools

convert_to_markdown

Converts documents to Markdown format optimized for AI tools.

Parameters:

  • input (required): File content (base64 encoded) or file path
  • inputFormat (optional): Input format (auto-detected if not specified)
  • filePath (optional): Original file path for format detection
  • outputOptions (optional): Conversion options
    • preserveFormatting (boolean): Preserve original formatting
    • extractImages (boolean): Extract and include images
    • tableStyle ('pipe' | 'grid' | 'simple'): Table formatting style
    • mathFormat ('unicode' | 'tex' | 'mathml'): Math formula format

Example:

{
  "input": "base64encodedcontent...",
  "inputFormat": "docx",
  "outputOptions": {
    "preserveFormatting": true,
    "tableStyle": "pipe"
  }
}

convert_document

Universal document conversion between formats.

Parameters:

  • input (required): File content (base64 encoded) or file path
  • outputFormat (required): Target format
  • inputFormat (optional): Input format (auto-detected if not specified)
  • filePath (optional): Original file path for format detection
  • options (optional): Additional Pandoc options

extract_text

Extracts plain text from documents.

Parameters:

  • input (required): File content (base64 encoded) or file path
  • inputFormat (optional): Input format (auto-detected if not specified)
  • filePath (optional): Original file path for format detection

get_document_metadata

Extracts metadata from documents.

Parameters:

  • input (required): File content (base64 encoded) or file path
  • inputFormat (optional): Input format (auto-detected if not specified)
  • filePath (optional): Original file path for format detection

list_supported_formats

Lists all supported input and output formats.

Supported Formats

Input Formats

  • Documents: docx, doc, odt, rtf, pdf
  • Markup: html, xml, markdown, rst, latex
  • E-books: epub, epub3
  • Presentations: pptx
  • Web: html5, html4

Output Formats

  • Documents: docx, pdf, odt, rtf
  • Markup: markdown, html, xml, latex, rst
  • E-books: epub, epub3
  • Plain text: plain

Development

Building from Source

git clone <repository-url>
cd docio-mcp
npm install
npm run build

Running in Development

npm run dev

Project Structure

docio-mcp/
├── src/
│   ├── index.ts          # MCP server main entry
│   ├── pandoc.ts         # Pandoc wrapper and manager
│   └── utils/
│       ├── cache.ts      # Conversion caching system
│       └── file.ts       # File utilities and format detection
├── bin/                  # Pandoc binaries (auto-downloaded)
├── scripts/
│   └── download-pandoc.js # Pandoc download script
└── dist/                 # Compiled JavaScript

Configuration

Environment variables:

  • PANDOC_CACHE_SIZE: Maximum cache entries (default: 100)
  • PANDOC_CACHE_TTL: Cache time-to-live in ms (default: 3600000)
  • PANDOC_MAX_FILE_SIZE: Maximum file size in bytes (default: 50MB)

Platform Support

  • macOS: x86_64 and ARM64 (via Rosetta)
  • Windows: x86_64
  • Linux: Manual Pandoc installation required

Pandoc Version

This MCP server includes Pandoc version 3.7.0.2, which provides:

  • Enhanced format support
  • Improved conversion quality
  • Better error handling
  • Security improvements

Troubleshooting

Pandoc Binary Issues

If Pandoc fails to download or execute:

  1. Check internet connectivity during installation
  2. Verify file permissions (macOS/Linux)
  3. Try manual installation: npm run postinstall

Format Detection Issues

If format detection fails:

  • Specify inputFormat explicitly
  • Ensure file has correct extension
  • Check file content is valid

Performance Issues

For large files or frequent conversions:

  • Monitor cache usage
  • Adjust cache settings via environment variables
  • Consider file size limits

License

MIT License

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Add tests if applicable
  5. Submit a pull request

Related Projects

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选