Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"opendick": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/dist/opendick.mjs"
],
"env": {
"OPENDICK_MODE": "simulated",
"OPENDICK_CONSOLE_PORT": "8731",
"OPENDICK_INTIFACE_URL": "ws://127.0.0.1:12345",
"OPENDICK_MAX_INTENSITY": "1.0"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
OPENDICK_MODE=simulatedOPENDICK_CONSOLE_PORT=8731OPENDICK_INTIFACE_URL=ws://127.0.0.1:12345OPENDICK_MAX_INTENSITY=1.0npx claudepluginhub simonaking/opendick --plugin opendick