Stats
Actions
Tags
From xactions
Local stdio MCP server from xactions Node.js package running as subprocess. Configurable via XACTIONS_MODE env var. Capabilities unclear from config.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"xactions": {
"command": "node",
"args": [
"node_modules/xactions/src/mcp/server.js"
],
"env": {
"XACTIONS_MODE": "local"
}
}
}
}Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
XACTIONS_MODE=localnpx claudepluginhub nirholas/xactions