Skip to content
Cursor

MCP E-Invoicing Core for Cursor

io.github.cmendezs/mcp-einvoicing-core

Base package for e-invoicing MCP servers. Compliance logic and signing keys stay with you.

client:Cursor transport:stdio runtime:pypi

Install MCP E-Invoicing Core in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-einvoicing-core": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-einvoicing-core"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCP E-Invoicing Core in other clients