Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From encode-toolkit
Local stdio MCP server providing Encode Toolkit capabilities for encoding and decoding tasks. Runs as Node.js subprocess; no secrets or API keys required.
npx claudepluginhub ammawla/encode-toolkit --plugin encode-toolkitCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"encode-toolkit": {
"command": "npx",
"args": [
"-y",
"encode-toolkit@latest"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.