Back to Apps

Mia-Platform Console MCP Server
by mia-platform
Seamless integration with Mia-Platform Console APIs for advanced automation and infrastructure interaction.
0 stars
Works in:CursorGemini CLI
Exposes:Tools
What it does
Connects AI agents to the Mia-Platform Console, allowing developers to automate operations and interact with the platform's management APIs directly through an LLM.
Tools
- The server exposes a suite of tools to interact with Mia-Platform Console APIs, enabling automation of company-level operations and resource management.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mia-platform-console": {
"command": "node",
"args": [
"/path/to/mcp-server",
"start",
"--stdio",
"--host=https://console.cloud.mia-platform.eu"
]
}
}
}
Supported hosts
- Claude Desktop
- VS Code
- Cursor
- Gemini CLI
Quick install
npm run build && node mcp-server startInformation
- Pricing
- free
- Published
- 7/11/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"mia-platform-console": {
"command": "node",
"args": ["/path/to/mcp-server", "start", "--stdio", "--host=https://console.cloud.mia-platform.eu"]
}
}
}





