mercury-parser

mercury-parser

3.2

If you are the rightful owner of mercury-parser and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is an MCP wrapper to jocmp/mercury-parser: A maintained fork of Postlight Parser.

mercury-parser

How to use MCP with npx

Claude Desktop

  • Add the following entry to claude_desktop_config.json

    {
        "mcpServers": {
            "mercury-parser": {
                "command": "npx",
                "args": [
                    "@koichikawamura/mercury-parser",
                    "mercury-parser-mcp"
                ]
            }
        }
    }