Console MCP Server

The Mia-Platform Console MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with Mia-Platform Console APIs, enabling advanced automation and interaction capabilities for developers and tools.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 3 · #345 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Console MCP Server

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add mia-platform-console-mcp-server --transport http https://console.cloud.mia-platform.eu/console-mcp-server/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "mia-platform-console-mcp-server": {
      "url": "https://console.cloud.mia-platform.eu/console-mcp-server/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://console.cloud.mia-platform.eu/console-mcp-server/mcp

transport: streamable-http

endpoint responds (non-MCP reply - review) · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to console.cloud.mia-platform.eu

license Apache-2.0 - declared in the repository

npm package @mia-platform/console-mcp-server - published under the repo owner's npm scope (@mia-platform)

registry namespace io.github.mia-platform is GitHub-verified and matches the repo owner

03 · What Console MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.3.0 · 2026-08-24

Other Changes 🛠 · finalized mcp registry support · bump glob · add isError property in tool responses in case of error · bump qs from 6.14.0 to 6.14.2 · bump lodash-es from 4.17.21 to 4.17.23 · bump undici from 7.16.0…

v1.2.1 · 2025-10-16

v1.2.0 · 2025-10-15

Exciting New Features 🎉 · support for Authentication with OAuth2 and DCR · Other Changes 🛠 · bump node from cb31435 to 605dc0b

04 · Who maintains Console MCP Server

console-mcp-server is maintained by mia-platform. It's the only MCP server we track from this author; the repo dates to Apr 2025.

05 · Facts

category
other - ranked #345 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-08-24)
registry
io.github.mia-platform/console-mcp-server (active, first published 2025-11-20)
packages
npm:@mia-platform/console-mcp-server

06 · Console MCP Server FAQ

What is Console MCP Server?

The Mia-Platform Console MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with Mia-Platform Console APIs, enabling advanced automation and interaction capabilities for developers and tools.

Is Console MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Console MCP Server?

Run `npx -y @mia-platform/console-mcp-server`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Console MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Console MCP Server