Pohoda MCP Server

Propojte svého AI asistenta přímo s účetnictvím. Ptejte se na faktury, procházejte adresář, kontrolujte zásoby, vytvářejte nové doklady nebo si

Local serverstdio

What is the Pohoda MCP MCP server?

Propojte svého AI asistenta přímo s účetnictvím. Ptejte se na faktury, procházejte adresář, kontrolujte zásoby, vytvářejte nové doklady nebo si nechte vytisknout fakturu do PDF. Stačí napsat, co potřebujete, a MCP server se postará o. Exposed over MCP by the pohoda mcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

Adding it to your client

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

Its toolset

Everything the assistant can do here goes through one of these:

  • ext — curl, ext-dom, ext-simplexml
  • POHODA_URL — URL mServeru
  • POHODA_ICO — ICO účetní jednotky
  • POHODA_USERNAME — Uživatelské jméno pro mServer
  • POHODA_PASSWORD — Heslo
  • POHODA_EXE_PATH — Cesta k Pohoda.exe pro autostart mServeru (volitelné)
  • POHODA_CONFIG_NAME — Název konfigurace mServeru pro autostart (volitelné)
  • Parametr — Popis
  • companyDetail — true/false — vrátit i údaje o aktivní účetní jednotce (default false)
  • Agenda — Popis
  • invoice — faktury*
  • order — objednávky

Configuration

You will need 6 environment variables: POHODA_URL, POHODA_ICO, POHODA_USERNAME, POHODA_PASSWORD, POHODA_EXE_PATH, POHODA_CONFIG_NAME. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Pohoda MCP.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the pohoda mcp mcp server does with a few real requests.

When to reach for it

This sits in the payments and commerce group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Pohoda MCP's toolset — ext, POHODA_URL, POHODA_ICO and 11 more — is a fair guide to whether it matches your workflow. It is maintained by dg; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
extcurl, ext-dom, ext-simplexml
POHODA_URLURL mServeru
POHODA_ICOICO účetní jednotky
POHODA_USERNAMEUživatelské jméno pro mServer
POHODA_PASSWORDHeslo
POHODA_EXE_PATHCesta k Pohoda.exe pro autostart mServeru (volitelné)
POHODA_CONFIG_NAMENázev konfigurace mServeru pro autostart (volitelné)
ParametrPopis
companyDetailtrue/false — vrátit i údaje o aktivní účetní jednotce (default false)
AgendaPopis
invoicefaktury\*
orderobjednávky
voucherpokladní doklady
bankbanka

How to install the Pohoda MCP MCP server

{
	"mcpServers": {
		"pohoda": {
			"command": "php",
			"args": ["/cesta/k/pohoda-mcp/server.php"],
			"env": {
				"POHODA_URL": "http://localhost:444",
				"POHODA_ICO": "12345678",
				"POHODA_USERNAME": "Admin",
				"POHODA_PASSWORD": "",
				"POHODA_EXE_PATH": "C:\\Program Files (x86)\\STORMWARE\\POHODA\\Pohoda.exe",
				"POHODA_CONFIG_NAME": "mServer1"
			}
		}
	}
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
POHODA_URLEndpoint or connection string the server talks to.Yes
POHODA_ICOConfiguration value read at startup.Optional
POHODA_USERNAMEConfiguration value read at startup.Optional
POHODA_PASSWORDConfiguration value read at startup.Optional
POHODA_EXE_PATHFilesystem location the server is allowed to use.Optional
POHODA_CONFIG_NAMEConfiguration value read at startup.Optional

Example prompts to try

  • Use Pohoda MCP to ext.
  • Use Pohoda MCP to POHODA URL.
  • Use Pohoda MCP to POHODA ICO.

Frequently asked questions

It connects Pohoda MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (ext, POHODA_URL, POHODA_ICO, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Pohoda MCP directly.