← Back to browse

mcp-ksef-pl

Indexed by io.github.cmendezs

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsKSEF_SESSION_TOKEN KSEF_NIP KSEF_ENVIRONMENT KSEF_TIMEOUT
Claude Code
claude mcp add --env KSEF_SESSION_TOKEN= --env KSEF_NIP= --env KSEF_ENVIRONMENT= --env KSEF_TIMEOUT= mcp-ksef-pl -- uvx mcp-ksef-pl
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mcp-ksef-pl","command":"uvx","args":["mcp-ksef-pl"],"env":{"KSEF_SESSION_TOKEN":"","KSEF_NIP":"","KSEF_ENVIRONMENT":"","KSEF_TIMEOUT":""}}'
JSON
{
  "mcpServers": {
    "mcp-ksef-pl": {
      "command": "uvx",
      "args": [
        "mcp-ksef-pl"
      ],
      "env": {
        "KSEF_SESSION_TOKEN": "",
        "KSEF_NIP": "",
        "KSEF_ENVIRONMENT": "",
        "KSEF_TIMEOUT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.