mercury-parser

mercury-parser

0

The project is an MCP server wrapper for the mercury-parser, facilitating its use within the MCP system via npx. It extends the functionality of the mercury-parser within the Model Context Protocol environment.

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"
                ]
            }
        }
    }