Skip to content

Google Antigravity cannot communicate with Ark MCP server #3815

@ndac-todoroki

Description

@ndac-todoroki

Description

Ark MCP in Google Antigravity leads to a startup error.

Image

What's happening

Antigravity picks up stdout (console.info) at the startup of Ark MCP and raises an error.

As I tested in local, changing to console.error fixes it.

Link to Reproduction (or Detailed Explanation)

(I posted screenshot in the description)

Steps to Reproduce

  1. Setting up a MCP server in Google Antigravity is done like this:
// mcp_config.json
{
    "mcpServers": {
        "ark-ui": {
            "command": "npx",
            "args": [
                "-y",
                "@ark-ui/mcp"
            ]
        }
    }
}
  1. go to "Manage MCP servers" page
  2. "Refresh" at the top-right
  3. ark mcp logs an error.
Image

Ark UI Version

5.19.1

Framework

  • React
  • Solid
  • Vue
  • Svelte

Browser

No response

Additional Information

Other examples:

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions