Ethora MCP CLI

An MCP (Model Context Protocol) CLI/server that connects popular MCP clients to the Ethora platform - an open-source chat & messaging platform with a built-in AI agent / chatbot framework. This runs locally on a developer machine via stdio rather than as a hosted Ethora service.

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

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 6 · #36 OF 99 MAINTAINED COMMUNICATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Ethora MCP CLI

before you install - you'll need

Set ETHORA_API_URL, ETHORA_B2B_TOKEN before connecting.

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.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

v26.06 · 2026-06-01

What's new in May 2026 · 22 commits since last release: · Update README title for Ethora MCP Server · Rename to ethora-mcp-server: update metadata + mcpName · Update README.md · 26.5.3 - Claude-ecosystem efficiency…

04 · Who maintains Ethora MCP CLI

ethora-mcp-cli is maintained by dappros. It's the only MCP server we track from this author; the repo dates to Aug 2025.

05 · Facts

category
communication - ranked #36 of 99 actively-maintained communication servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-08-01)
registry
io.github.dappros/ethora-mcp-cli (active, first published 2026-05-14 · 2 versions)
packages
npm:@ethora/mcp-server

06 · Ethora MCP CLI FAQ

What is Ethora MCP CLI?

An MCP (Model Context Protocol) CLI/server that connects popular MCP clients to the Ethora platform - an open-source chat & messaging platform with a built-in AI agent / chatbot framework. This runs locally on a developer machine via stdio rather than as a hosted Ethora service.

Is Ethora MCP CLI still maintained?

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

How do I install Ethora MCP CLI?

Run `npx -y @ethora/mcp-server`. The README documents 2 environment variables (ETHORA_API_URL, ETHORA_B2B_TOKEN) to set first. Set ETHORA_API_URL, ETHORA_B2B_TOKEN before connecting. 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

More communication MCP servers · Entra News Podcast · Iterable Data · Guesty MCP Server

More TypeScript MCP servers · Entra News · ZuckerBot - Meta Ads MCP Server · Dbatools MCP Server · Fizzy · see all