🐍 Utilize the Parseltongue MCP server for 40+ tools to encode, decode, and transform text with ease, inspired by advanced encoding techniques.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"parseltongue_mcp": {
"command": "npx",
"args": [
"-y",
"Fe4rlessxD/parseltongue_mcp"
]
}
}
}
Run in terminal:
claude mcp add parseltongue_mcp npx -y Fe4rlessxD/parseltongue_mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"parseltongue_mcp": {
"command": "npx",
"args": [
"-y",
"Fe4rlessxD/parseltongue_mcp"
]
}
}
}