Multi Format Document Parser

by agenson-tools

156 downloads
Not rated
GitHub

About

MCP server for Multi Format Document Parser.

Details

Author
agenson-tools
Downloads
156
Categories
Other

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Multi Format Document Parser
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

{
  "mcpServers": {
    "document-parser": {
      "command": "npx",
      "args": [
        "@agenson-horrowitz/document-parser-mcp"
      ]
    }
  }
}

parse_pdf

Extract text, tables, and metadata from PDF files with layout preservation. Perfect for agents processing reports, invoices, contracts, research papers. Handles multi-page documents, preserves formatting, extracts embedded metadata.

parse_image_text

Perform OCR on images to extract text with confidence scores. Supports screenshots, scanned documents, photos of text. Returns structured text with confidence metrics. Essential for agents processing visual content.

html_to_markdown

Convert HTML documents to clean, structured markdown. Preserves headings, links, tables, lists. Perfect for agents that need to process HTML content in LLM-friendly format. Handles complex HTML structures intelligently.

extract_tables

Extract tables from any supported document format as structured JSON. Handles PDF tables, HTML tables, CSV-like structures in text. Returns clean tabular data perfect for agent analysis and processing.

summarize_document

Parse any document and generate a structured summary with configurable detail level. Extracts key information, main points, and metadata. Perfect for agents that need document overviews before detailed processing.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "multi format document parser": {
            "document-parser": {
                "command": "npx",
                "args": [
                    "@agenson-horrowitz/document-parser-mcp"
                ]
            }
        }
    }
}

McpServers

{
    "document-parser": {
        "command": "npx",
        "args": [
            "@agenson-horrowitz/document-parser-mcp"
        ]
    }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.