# MDflow pricing

<!-- Keep in sync with the pricing table in app/page.tsx (PRICING_ROWS and the €4.99 / 7-day trial copy). -->

MDflow has two plans. Agent control — the REST API, the MCP server, and Personal
Access Tokens — requires **Pro**.

## Plans

| | Free | Pro |
| --- | --- | --- |
| Price | Free forever | €4.99 / month |
| Trial | — | 7-day free trial, no card to start |
| Markdown files | 5 | Unlimited |
| Image uploads | 5 | 10,000 |
| Public sharing links | Yes | Yes |
| Private sharing (documents & folders) | No | Yes |
| Commenting | Yes | Yes |
| REST API access | No | Yes |
| Remote MCP server | No | Yes |
| Personal Access Tokens | No | Yes |

## For AI agents

To create, update, organize, or share documents programmatically, the workspace
owner needs MDflow Pro:

- A **Personal Access Token** (`mdf_...`) is required for both the REST API and
  the MCP server. Tokens are created at https://mdflow.cz/settings and require
  Pro.
- Unauthenticated requests receive `401`; requests from a Free workspace receive
  a `Pro plan required` error.

## Upgrade

Start a 7-day free trial at https://mdflow.cz/login (no card to start). Manage
your subscription and create tokens at https://mdflow.cz/settings.

See also: https://mdflow.cz/docs.md · https://mdflow.cz/llms.txt ·
https://mdflow.cz/openapi.json
