1. Conduid
  2. Developer Tools
  3. Doc MCP Server
MCP server · Developer Tools

Doc MCP Server

让AI读懂任何复杂文档 - 解决AI上下文限制问题的通用MCP服务器 | Universal MCP server for AI to understand complex documents

Unclaimed MIT last commit 7 months ago devtools
53Fair

Scored a month ago · breakdown

About Doc MCP Server

Doc MCP Server is an MCP server published by jiahuidegit in the Developer Tools category: 让AI读懂任何复杂文档 - 解决AI上下文限制问题的通用MCP服务器 | Universal MCP server for AI to understand complex documents. It has been installed 0 times through Conduid.

The repository has 2 stars and 0 forks, with the last commit 7 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx doc-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Doc MCP Server

Powered by Claude · Grounded in docs

I know everything about Doc MCP Server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

📄 Document Analyzer MCP Server

English | 简体中文

PyPI version MCP

Make AI understand complex documents - MCP server solving AI context limitations


🎯 Key Features

  • Smart Document Analysis - Auto-detect sections, handle merged cells
  • Multi-format Support - Excel (.xlsx, .xls) | PDF/Word in development
  • Precise Field Mapping - Field mapping table + section-level reading
  • High Performance - Structured caching + lazy loading

🚀 Quick Start

Installation

macOS / Linux (Recommended with pipx)

# Install pipx
brew install pipx  # macOS
# or sudo apt install pipx  # Ubuntu/Debian

# Install doc-mcp-server
pipx install doc-mcp-server

Windows

pip install doc-mcp-server

For more installation options, see Full Installation Guide

Configure Claude Code

Add to ~/.claude.json or your project's config file:

{
  "mcpServers": {
    "document-analyzer": {
      "command": "doc-mcp-server"
    }
  }
}

For detailed configuration, see Quick Start Guide

📚 Full Documentation

💡 Usage Example

# 1. Analyze document structure
analyze_document(file_path="/path/to/document.xlsx")

# 2. Read specific section
read_section(file_path="/path/to/document.xlsx", section_name="Section 1")

# 3. Read single field
read_field(file_path="/path/to/document.xlsx", field_key="Section1_CompanyName")

🛠️ Available Tools

Tool Description
analyze_document Analyze document structure and generate metadata
get_structure Get cached document structure
read_field Read specific field value
read_section Read entire section data
write_field Write field value (Excel only)
list_sections List all sections
list_fields List all fields
export_structure Export document structure

🎯 Why Use This?

Problem: Large Excel files consume massive tokens when directly read by AI

  • ❌ Traditional: Read entire 323-row Excel → 15000+ tokens → Often fails
  • ✅ Using MCP: Structured reading → 2000 tokens → 90%+ success rate

Performance Improvements:

  • 🚀 Token consumption reduced by 87% (15000 → 2000)
  • ✅ Success rate improved from 30% to 90%+
  • ⚡ Handles 323 rows × 24 columns with 4249 merged cells

🤝 Contributing & Feedback


📄 License

MIT License - see LICENSE for details


Made with ❤️ by Yang Jiahui

README mirrored from the source repository a month ago. The original is authoritative.

Questions

About Doc MCP Server

How do I install Doc MCP Server?

Run npx doc-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Doc MCP Server safe to use with an AI agent?

Its trust score is 53 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Doc MCP Server still maintained?

The last commit was 7 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.