Nova MCP server running locally as a Node.js subprocess from CLAUDE_PLUGIN_ROOT/mcp-server/dist/index.js. Purpose and capabilities unclear from configuration alone.
From sd-slidesnpx claudepluginhub smart-data-ohio/sd-plugins --plugin sd-slidesAdd to your .mcp.json:
{
"mcpServers": {
"slides": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp-server/dist/index.js"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
node