Ask your agent how it feels to work with a poorly designed MCP server. Then fix it.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"skill-mcp-server-des": {
"command": "npx",
"args": [
"-y",
"j2h4u/skill-mcp-server-design"
]
}
}
}
Run in terminal:
claude mcp add skill-mcp-server-des npx -y j2h4u/skill-mcp-server-design
Add to .cursor/mcp.json:
{
"mcpServers": {
"skill-mcp-server-des": {
"command": "npx",
"args": [
"-y",
"j2h4u/skill-mcp-server-design"
]
}
}
}