Ethora MCP CLI

The MCP server for Ethora, an open-source chat and messaging platform with a built-in AI agent framework. It lets Claude, ChatGPT, Cursor, Claude Code, VS Code and autonomous agents create Ethora apps, chat rooms, users and AI agents, post messages, index RAG sources and produce website chat-widget embeds, all through tool calls. It runs locally over stdio via the published package.

People who work with chat api, ethora and function calling and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

NO LONGER MAINTAINED

LAST COMMIT 2026-09-18 · ★ 6 · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Ethora MCP CLI

before you install - you'll need

ETHORA_API_URL, ETHORA_MCP_TRANSPORT, ETHORA_APP_JWT, ETHORA_MCP_HTTP_HOST are optional or environment-specific per the README.

Claude Code

claude mcp add dappros-ethora-mcp-cli -- npx -y @ethora/mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "dappros-ethora-mcp-cli": {
      "command": "npx",
      "args": [
        "-y",
        "@ethora/mcp-server"
      ]
    }
  }
}

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

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

license MIT - declared in the repository

npm package @ethora/mcp-server - the @ethora scope differs from the repo owner (dappros); confirm it's the project's official package

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

03 · What Ethora MCP CLI can do

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

Latest releases

v26.09 · 2026-09-01

What's new in August 2026 · 4 commits since last release: · Merge pull request #5 from dappros/merge/ai-agents-into-main · Merge feat/ai-agents into main: Agents API + 2607 parity · Merge pull request #4 from…

v26.08 · 2026-08-01

What's new in July 2026 · 1 commits since last release: · bump version to 26.07

v26.07 · 2026-07-01

What's new in June 2026 · 1 commits since last release: · bump version to 26.06

04 · Who maintains Ethora MCP CLI

ethora-mcp-cli is maintained by dappros. We track 2 MCP servers from dappros - 1 actively maintained, 12 combined GitHub stars, oldest repo from Aug 2025. Full record: all servers from dappros.

  1. ethora-mcp-server Ethora chat platform MCP: apps, users, rooms, AI agents, chat widgets. Hosted or stdio. ★ 6

05 · Facts

category
communication - dead as of 2026-09-18.
release cadence
3 releases in the last 90 days (latest 2026-09-01)
registry
io.github.dappros/ethora-mcp-cli (deprecated, first published 2026-05-14 · 2 versions)
packages
npm:@ethora/mcp-server

06 · Ethora MCP CLI FAQ

What is Ethora MCP CLI?

The MCP server for Ethora, an open-source chat and messaging platform with a built-in AI agent framework. It lets Claude, ChatGPT, Cursor, Claude Code, VS Code and autonomous agents create Ethora apps, chat rooms, users and AI agents, post messages, index RAG sources and produce website chat-widget embeds, all through tool calls. It runs locally over stdio via the published package.

Is Ethora MCP CLI still maintained?

Its last commit was 2026-09-18 (as of 2026-09-18) - we classify it as dead.

How do I install Ethora MCP CLI?

Run `npx -y @ethora/mcp-server`. The README documents 4 environment variables (ETHORA_API_URL, ETHORA_MCP_TRANSPORT, ETHORA_APP_JWT…) to set first. ETHORA_API_URL, ETHORA_MCP_TRANSPORT, ETHORA_APP_JWT, ETHORA_MCP_HTTP_HOST are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Ethora MCP CLI 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 Ethora MCP CLI