ethora-mcp-server
About
MCP server for the Ethora chat & messaging platform: chat ops, AI agents, RAG, automation.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
ETHORA_API_URL ETHORA_BASE_URL ETHORA_APP_JWT ETHORA_B2B_TOKEN ETHORA_MCP_ENABLE_DANGEROUS_TOOLSClaude Code
claude mcp add --env ETHORA_API_URL= --env ETHORA_BASE_URL= --env ETHORA_APP_JWT= --env ETHORA_B2B_TOKEN= --env ETHORA_MCP_ENABLE_DANGEROUS_TOOLS= ethora-mcp-server -- npx @ethora/mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"ethora-mcp-server","command":"npx","args":["@ethora/mcp-server"],"env":{"ETHORA_API_URL":"","ETHORA_BASE_URL":"","ETHORA_APP_JWT":"","ETHORA_B2B_TOKEN":"","ETHORA_MCP_ENABLE_DANGEROUS_TOOLS":""}}'
JSON
{
"mcpServers": {
"ethora-mcp-server": {
"command": "npx",
"args": [
"@ethora/mcp-server"
],
"env": {
"ETHORA_API_URL": "",
"ETHORA_BASE_URL": "",
"ETHORA_APP_JWT": "",
"ETHORA_B2B_TOKEN": "",
"ETHORA_MCP_ENABLE_DANGEROUS_TOOLS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.