Skip to content
Grok

ethora mcp server for Grok

io.github.dappros/ethora-mcp-server

Ethora chat platform MCP: apps, users, rooms, AI agents, chat widgets. Hosted or stdio.

client:Grok transport:streamable-http runtime:npm

Install ethora mcp server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "ethora-mcp-server": {
      "type": "http",
      "url": "https://mcp.chat.ethora.com/mcp/oauth"
    }
  }
}

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

ethora mcp server in other clients