A UI component for visualizing and validating MCP Server Cards, and for testing MCP server capabilities using the server card definition.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-card-ui": {
"command": "npx",
"args": [
"-y",
"open-resource-discovery/mcp-server-card-ui"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-card-ui npx -y open-resource-discovery/mcp-server-card-ui
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-card-ui": {
"command": "npx",
"args": [
"-y",
"open-resource-discovery/mcp-server-card-ui"
]
}
}
}