Invoice Doc Extractor
Freeby MCP Community
MCP tool for extracting information from invoice guidelines
v1.0.16Added Apr 12, 2026
mcpinvoicedocumentextractor
Invoice Doc Extractor MCP Server
MCP tool for extracting information from invoice guidelines
Installation
npx -y @test20250424/invoice-doc-extractor
Reviews
Installation
Quick install
npx -y @test20250424/invoice-doc-extractor
Add to claude_desktop_config.json
{
"mcpServers": {
"invoice-doc-extractor": {
"command": "npx",
"args": ["-y", "@test20250424/invoice-doc-extractor"]
}
}
}