mcp-ksef-pl
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 vars
KSEF_SESSION_TOKEN KSEF_NIP KSEF_ENVIRONMENT KSEF_TIMEOUTClaude 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
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.