MCP server for Czech and multilingual NLP tasks from LINDAT/ÚFAL, including entity extraction, anonymization, morphology analysis, readability checking, spell correction, and translation. It can run anonymization in a local zero-egress mode using an on-device NameTag model.
From the registry: Anonymize PII & redact text (GDPR): Czech + 35-lang NER, morphology, translation, spellcheck
$ pip install anonymize-mcphttps://pypi.org/project/anonymize-mcp/$ pip install "anonymize-mcp[local]"https://pypi.org/project/anonymize-mcp/$ python -m anonymize_mcp.local_backendPlease install the `anonymize-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install anonymize-mcp from PyPI** — Install the Python package so the `anonymize-mcp` command is available. Run: `pip install anonymize-mcp` (https://pypi.org/project/anonymize-mcp/)
Optional prerequisites:
- Optional: install local/offline anonymization extras — For zero-egress local anonymization mode, install the optional `local` extras to add the local NameTag backend. Run: `pip install "anonymize-mcp[local]"` (https://pypi.org/project/anonymize-mcp/)
- Optional: download local NameTag model — If using zero-egress local anonymization mode, run the local backend once to download the model (~31 MB). Run: `python -m anonymize_mcp.local_backend`
Canonical MCP server config (stdio transport):
- command: `anonymize-mcp`
- args: []
- optional environment variables:
- `ANONYMIZE_MCP_LOCAL`: Set to `1` to enable zero-egress local anonymization mode for the `anonymize` tool. (example: `1`)
- `ANONYMIZE_MCP_NAMETAG_MODEL`: Path to a local NameTag model file to use in local anonymization mode instead of the auto-downloaded cached model. (example: `<path-to-model.ner>`)
- `ANONYMIZE_MCP_NO_DOWNLOAD`: Set to `1` to disable automatic model download in local anonymization mode; you must provide the model manually. (example: `1`)
Note: Default mode uses public external APIs at `lindat.mff.cuni.cz` and `quest.ms.mff.cuni.cz`. The server works without any environment variables in cloud mode. Zero-egress local mode only applies to the `anonymize` tool; other tools still call cloud APIs.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.ANONYMIZE_MCP_LOCALrequiredEnables zero-egress local anonymization mode.Trending hip-hop artist momentum scores across four cultural dimensions.
Official PostHog MCP Server for product analytics, feature flags, experiments, and more.
Official OpenMetadata MCP: governed context and business semantics for AI assistants and agents.