IcePanel MCP Server
Enables interaction with IcePanel for architectural diagram management via MCP clients, such as Claude Desktop, Cursor, and Windsurf. Deprecated in favor of a remote MCP server.
README
IcePanel MCP Server (Deprecated)
⚠️ Deprecation Notice
We are deprecating this repository, we have moved to a Remote MCP Server.
For instructions on how to set that up - please refer to the docs here
🚀 Getting Started
Prerequisites
- Node.js (minimum v18+, Latest LTS version recommended)
- One of the supported MCP Clients:
- Claude Desktop
- Cursor
- Windsurf
Installation
- Get your organization's ID
- Visit IcePanel
- Head to your Organization's Settings:
- Click on your landscape in the top left to open the dropdown
- Beside your org name, click the gear icon
- Keep your "Organization Identifier" handy!
-
Generate API Key
- Visit IcePanel
- Head to your Organization's Settings:
- Click on your landscape in the top left to open the dropdown
- Beside your org name, click the gear icon
- Click on the 🔑 API keys link in the sidebar
- Generate a new API key
- Read permissions recommended
-
Install
- Add the configuration to your MCP Client's MCP config file. (See below)
Environment Variables
API_KEY: Your IcePanel API key (required)ORGANIZATION_ID: Your IcePanel organization ID (required)ICEPANEL_API_BASE_URL: (Optional) Override the API base URL for different environments
Configure your MCP Client
Add this to your MCP Clients' MCP config file:
{
"mcpServers": {
"@icepanel/icepanel": {
"command": "npx",
"args": ["-y", "@icepanel/mcp-server@latest", "API_KEY=\"your-api-key\"", "ORGANIZATION_ID=\"your-org-id\""]
}
}
}
✉️ Support
- Reach out to Support if you experience any issues.
📝 License
MIT License
🙏 Acknowledgments
- Thanks to our beta testers and community members
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.