Skip to content
Cursor

mcp ksef pl for Cursor

io.github.cmendezs/mcp-ksef-pl

Polish e-invoicing MCP: KSeF API v2, FA(3)/FA(2) XML, Peppol BIS 3.0, NIP/REGON validation.

client:Cursor transport:stdio runtime:pypi

Install mcp ksef pl in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-ksef-pl": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-ksef-pl"
      ],
      "env": {
        "KSEF_SESSION_TOKEN": "<KSEF_SESSION_TOKEN>",
        "KSEF_NIP": "<KSEF_NIP>",
        "KSEF_ENVIRONMENT": "<KSEF_ENVIRONMENT>",
        "KSEF_TIMEOUT": "<KSEF_TIMEOUT>"
      }
    }
  }
}

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

mcp ksef pl in other clients