Unplugin Dev Inspector
Freeby MCP Community
Universal dev inspector plugin for React/Vue - inspect component sources and API calls in any bundler
v0.1.49Added Apr 12, 2026
mcpinspectordebugaiagent
Unplugin Dev Inspector MCP Server
Universal dev inspector plugin for React/Vue - inspect component sources and API calls in any bundler
Installation
npx -y @mcpc-tech/unplugin-dev-inspector-mcp
Reviews
Installation
Quick install
npx -y @mcpc-tech/unplugin-dev-inspector-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"unplugin-dev-inspector": {
"command": "npx",
"args": ["-y", "@mcpc-tech/unplugin-dev-inspector-mcp"]
}
}
}