metricui for Cursor
io.github.mpmcgowen/metricui
React dashboard components — API lookup, code generation, and prop validation for AI tools.
client:Cursor
transport:stdio
runtime:npm
Install metricui in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"metricui": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@metricui/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs