PluginBench
MCP Server
Active

Czech PII Anonymizer & NLP MCP Server

io.github.Buggy1111/anonymize-mcp

What is the Czech PII Anonymizer & NLP MCP server?

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

How to install Czech PII Anonymizer & NLP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "anonymize-mcp": {
      "command": "uvx",
      "args": [
        "anonymize-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "anonymize-mcp": {
      "command": "uvx",
      "args": [
        "anonymize-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "anonymize-mcp": {
      "command": "uvx",
      "args": [
        "anonymize-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "anonymize-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "anonymize-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add anonymize-mcp -- uvx anonymize-mcp

Related MCP servers

Local-first MCP server for Shelly smart-home devices (Gen1-Gen4): control, energy, automation.

0
Python
MIT
View repository →