Used by 1 plugin
Plugin structure validation and generation tools for Claude Code plugin development
Add to your .mcp.json:
{
"mcpServers": {
"plugin-validator": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp-server/dist/index.js"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
node