Official Model Context Protocol Server integrating the IcePanel SDK. Features 100% test coverage natively orchestrating L1, L2, L3 diagram generation and capability flows.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ice-panel-mcp-server": {
"command": "npx",
"args": [
"-y",
"mihailt/ice-panel-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ice-panel-mcp-server npx -y mihailt/ice-panel-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ice-panel-mcp-server": {
"command": "npx",
"args": [
"-y",
"mihailt/ice-panel-mcp-server"
]
}
}
}
📋 Copy