mcpbeat Sign in

MCP Ksef Pl MCP Server

local only

MCP Ksef Pl runs on your own machine — the client starts it, so there is no endpoint to ping. 942 installs a week from pypi. Last commit 12 Sep 2026.

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

Installs per day peak 663 · avg 115 · -24% w/w
a month agotoday
942
Installs / week
pypi · mcp-ksef-pl
3
Stars
0 open issues
12 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check MCP Ksef Pl every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-ksef-pl -- uvx mcp-ksef-pl
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-ksef-pl": {
      "args": [
        "mcp-ksef-pl"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-ksef-pl]
command = "uvx"
args = ["mcp-ksef-pl"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-ksef-pl": {
      "args": [
        "mcp-ksef-pl"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-ksef-pl": {
      "args": [
        "mcp-ksef-pl"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: KSEF_SESSION_TOKEN (KSeF v2 AccessToken obtained via the challenge/redeem auth flow. Required for submit_invoice_to_ksef.), KSEF_NIP (NIP (Polish tax identifier, 10 digits) of the entity submitting invoices.), KSEF_ENVIRONMENT (Target KSeF environment: 'production' or 'test' (default: test).), KSEF_TIMEOUT (HTTP request timeout in seconds (default: 30).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Ksef Pl

same job, measured the same way
MCP Einvoicing De
by cmendezs

German e-invoicing MCP server: ZUGFeRD 2.x, XRechnung 3.x, EN 16931, KoSIT validation, Peppol.

309 installs/wk local only
MCP Einvoicing Be
by cmendezs

Belgian e-invoicing MCP server: Peppol BIS 3.0, UBL 2.1, EU PINT v1.0.1, Mercurius.

342 installs/wk local only
RAFSOFT.NET Faktura VAT 2026
by rafsoft

Knowledge base, pricing, FAQ and KSeF 2.0 info for Faktura VAT 2026 (Polish invoicing software).

5 tools answering
PESEL/NIP/REGON Validator
by apished

Validates Polish PESEL, NIP, and REGON checksums; PESEL also decodes birth date and sex.

3 tools answering
Factur-X e-invoicing
by leborgneantoine

Generate, validate and read Factur-X / EN 16931 e-invoices (France, EU): PDF/A-3, CII, UBL 2.1.

4 tools answering
Biurko
by biurko

Polish invoicing and KSeF e-invoicing: issue, send, settle and file a company's documents

answering
Pop MCP
by popapidev

Italian e-invoicing (FatturaPA/SdI), Peppol, PDF invoice generation, and account onboarding via POP

55 installs/wk local only
Facture Électronique France
by cmendezs

MCP server for French e-invoicing (XP Z12-013). Manages invoices, validation and compliance.

170 installs/wk local only

MCP Ksef Pl — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Ksef Pl?
MCP Ksef Pl runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-ksef-pl was installed 942 times last week.
How do I connect MCP Ksef Pl?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-ksef-pl straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Ksef Pl?
The pypi package mcp-ksef-pl was installed 942 times in the last week. Week over week that is -24%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Ksef Pl open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.