metricui for VS Code
io.github.mpmcgowen/metricui
React dashboard components — API lookup, code generation, and prop validation for AI tools.
client:VS Code
transport:stdio
runtime:npm
Install metricui in VS Code
.vscode/mcp.json
{
"servers": {
"metricui": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@metricui/mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs