π₯· The AnonSec MCP Server enables anonymous email management via Firefox Relay with defense-in-depth PQC for data at rest.
Quick Install
Copy the config for your editor. Some servers may need additional setup β check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"anonsec-mcp-server": {
"command": "npx",
"args": [
"-y",
"VRIL-LABS/anonsec-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add anonsec-mcp-server npx -y VRIL-LABS/anonsec-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"anonsec-mcp-server": {
"command": "npx",
"args": [
"-y",
"VRIL-LABS/anonsec-mcp-server"
]
}
}
}