Skip to content
Cursor

Czech PII Anonymizer & NLP for Cursor

io.github.buggy1111/anonymize-mcp

Anonymize PII & redact text (GDPR): Czech + 35-lang NER, morphology, translation, spellcheck

client:Cursor transport:stdio runtime:pypi

Install Czech PII Anonymizer & NLP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "anonymize-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "anonymize-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Czech PII Anonymizer & NLP in other clients