
Ethora Mcp Cli
Operate Ethora chat and messaging—rooms, auth, RAG, and automation—from Claude Code via the @ethora/mcp-server npm stdio package.
Overview
Ethora MCP CLI is a Build-phase MCP server that connects coding agents to the Ethora chat and messaging platform for chat ops, RAG, and automation over stdio.
What is this MCP server?
- NPM package @ethora/mcp-server v26.5.2 with stdio transport
- Chat ops, AI agents, RAG, and automation against the Ethora messaging platform
- Configurable ETHORA_API_URL / ETHORA_BASE_URL (default api.chat.ethora.com/v1)
- Auth via ETHORA_APP_JWT and/or ETHORA_B2B_TOKEN; runtime configure via ethora-configure tool
- NPM identifier @ethora/mcp-server version 26.5.2
- Transport: stdio per MCP server.schema.json packages entry
- Default API base: https://api.chat.ethora.com/v1 when env vars unset
Community signal: 6 GitHub stars.
What problem does it solve?
Builders integrating Ethora chat must manually script API calls instead of exposing rooms, auth, and automation as MCP tools in the IDE.
Who is it for?
Solo builders shipping SaaS or community products on Ethora who want MCP-driven chat ops and agent automation from Claude Code or Cursor.
Skip if: Teams not using Ethora, or builders who only need email/Slack without a dedicated messaging backend.
What do I get? / Deliverables
After installing @ethora/mcp-server and setting Ethora URLs and tokens, your agent can perform chat operations and automation through MCP tools.
- Stdio MCP server wired to Ethora v1 API
- Agent-callable chat ops, configuration, and automation tools for Ethora-backed products
Recommended MCP Servers
Journey fit
Connecting a production chat platform to your coding agent is Build-time integration work before you rely on it in launch or support flows. Ethora MCP wraps platform APIs for chat ops and agents, which belongs on integrations rather than docs or frontend alone.
How it compares
Communication-platform MCP (stdio npm), not a hosted analytics remote or generic browser automation server.
Common Questions / FAQ
Who is Ethora MCP CLI for?
Developers building on Ethora chat who want stdio MCP access for messaging, AI agents, RAG, and automation from their coding agent.
When should I use Ethora MCP CLI?
Use it during build when integrating Ethora into your app or agent workflows and you need IDE-native chat operations.
How do I add Ethora MCP CLI to my agent?
Install @ethora/mcp-server (v26.5.2) via npm, set ETHORA_API_URL or ETHORA_BASE_URL plus ETHORA_APP_JWT or ETHORA_B2B_TOKEN, register stdio MCP in Claude Code or Cursor per io.github.dappros/ethora-mcp-cli on GitHub.