Skip to content
Grok

Morfiade for Grok

io.github.morfiade-app/morfiade-mcp

Manage local Chrome profiles on Windows: own cookies, sessions and proxy per profile.

client:Grok transport:stdio runtime:pypi

Install Morfiade in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "morfiade-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "morfiade-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Morfiade in other clients