Ethora MCP Server
Rank #2,558io.github.dappros/ethora-mcp-server
Ethora chat platform MCP: apps, users, rooms, AI agents, chat widgets. Hosted or stdio.
Ethora MCP Server is a Model Context Protocol (MCP) server published by dappros. It ranks #2,558 of 132,046 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Ethora MCP Server is listed across 2 registries — Official MCP and Glama, with 7 tracked versions. It was first listed on Aug 6, 2025 and most recently updated on Sep 17, 2026.
Ranks ahead of 129,488 of 132,046 servers on MCP Toplist.
Use Ethora MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http ethora-mcp-server https://mcp.chat.ethora.com/mcp/oauthclaude mcp add --transport http ethora-mcp-server https://mcp.chat.ethora.com/mcpclaude mcp add ethora-mcp-server -e "ETHORA_API_URL=<your ETHORA_API_URL>" -e "ETHORA_BASE_URL=<your ETHORA_BASE_URL>" -e "ETHORA_APP_JWT=<your ETHORA_APP_JWT>" -e "ETHORA_B2B_TOKEN=<your ETHORA_B2B_TOKEN>" -e "ETHORA_MCP_ENABLE_DANGEROUS_TOOLS=<your ETHORA_MCP_ENABLE_DANGEROUS_TOOLS>" -- npx -y @ethora/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.ethora-mcp-server]
url = "https://mcp.chat.ethora.com/mcp/oauth"Add to ~/.codex/config.toml.
[mcp_servers.ethora-mcp-server]
url = "https://mcp.chat.ethora.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.ethora-mcp-server]
command = "npx"
args = ["-y", "@ethora/mcp-server"]
[mcp_servers.ethora-mcp-server.env]
ETHORA_API_URL = "<your ETHORA_API_URL>"
ETHORA_BASE_URL = "<your ETHORA_BASE_URL>"
ETHORA_APP_JWT = "<your ETHORA_APP_JWT>"
ETHORA_B2B_TOKEN = "<your ETHORA_B2B_TOKEN>"
ETHORA_MCP_ENABLE_DANGEROUS_TOOLS = "<your ETHORA_MCP_ENABLE_DANGEROUS_TOOLS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.chat.ethora.com/mcp/oauthSettings → Connectors → “Add custom connector”, then paste this URL.
https://mcp.chat.ethora.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"ethora-mcp-server": {
"command": "npx",
"args": [
"-y",
"@ethora/mcp-server"
],
"env": {
"ETHORA_API_URL": "<your ETHORA_API_URL>",
"ETHORA_BASE_URL": "<your ETHORA_BASE_URL>",
"ETHORA_APP_JWT": "<your ETHORA_APP_JWT>",
"ETHORA_B2B_TOKEN": "<your ETHORA_B2B_TOKEN>",
"ETHORA_MCP_ENABLE_DANGEROUS_TOOLS": "<your ETHORA_MCP_ENABLE_DANGEROUS_TOOLS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ethora-mcp-server": {
"url": "https://mcp.chat.ethora.com/mcp/oauth"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"ethora-mcp-server": {
"url": "https://mcp.chat.ethora.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"ethora-mcp-server": {
"command": "npx",
"args": [
"-y",
"@ethora/mcp-server"
],
"env": {
"ETHORA_API_URL": "<your ETHORA_API_URL>",
"ETHORA_BASE_URL": "<your ETHORA_BASE_URL>",
"ETHORA_APP_JWT": "<your ETHORA_APP_JWT>",
"ETHORA_B2B_TOKEN": "<your ETHORA_B2B_TOKEN>",
"ETHORA_MCP_ENABLE_DANGEROUS_TOOLS": "<your ETHORA_MCP_ENABLE_DANGEROUS_TOOLS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ethora-mcp-server": {
"type": "http",
"url": "https://mcp.chat.ethora.com/mcp/oauth"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"ethora-mcp-server": {
"type": "http",
"url": "https://mcp.chat.ethora.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"ethora-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ethora/mcp-server"
],
"env": {
"ETHORA_API_URL": "<your ETHORA_API_URL>",
"ETHORA_BASE_URL": "<your ETHORA_BASE_URL>",
"ETHORA_APP_JWT": "<your ETHORA_APP_JWT>",
"ETHORA_B2B_TOKEN": "<your ETHORA_B2B_TOKEN>",
"ETHORA_MCP_ENABLE_DANGEROUS_TOOLS": "<your ETHORA_MCP_ENABLE_DANGEROUS_TOOLS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ethora-mcp-server": {
"serverUrl": "https://mcp.chat.ethora.com/mcp/oauth"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ethora-mcp-server": {
"serverUrl": "https://mcp.chat.ethora.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ethora-mcp-server": {
"command": "npx",
"args": [
"-y",
"@ethora/mcp-server"
],
"env": {
"ETHORA_API_URL": "<your ETHORA_API_URL>",
"ETHORA_BASE_URL": "<your ETHORA_BASE_URL>",
"ETHORA_APP_JWT": "<your ETHORA_APP_JWT>",
"ETHORA_B2B_TOKEN": "<your ETHORA_B2B_TOKEN>",
"ETHORA_MCP_ENABLE_DANGEROUS_TOOLS": "<your ETHORA_MCP_ENABLE_DANGEROUS_TOOLS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ethora-mcp-server": {
"url": "https://mcp.chat.ethora.com/mcp/oauth"
}
}
}{
"mcpServers": {
"ethora-mcp-server": {
"url": "https://mcp.chat.ethora.com/mcp"
}
}
}{
"mcpServers": {
"ethora-mcp-server": {
"command": "npx",
"args": [
"-y",
"@ethora/mcp-server"
],
"env": {
"ETHORA_API_URL": "<your ETHORA_API_URL>",
"ETHORA_BASE_URL": "<your ETHORA_BASE_URL>",
"ETHORA_APP_JWT": "<your ETHORA_APP_JWT>",
"ETHORA_B2B_TOKEN": "<your ETHORA_B2B_TOKEN>",
"ETHORA_MCP_ENABLE_DANGEROUS_TOOLS": "<your ETHORA_MCP_ENABLE_DANGEROUS_TOOLS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dappros%2Fethora-mcp-server)<a href="https://mcptoplist.com/server/io.github.dappros%2Fethora-mcp-server"><img src="https://mcptoplist.com/badge/io.github.dappros%2Fethora-mcp-server.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
dappros
Available versions (7)
| Version | Published |
|---|---|
| 26.9.3 | Sep 17, 2026 |
| 26.9.2 | Sep 17, 2026 |
| 26.9.1 | Sep 15, 2026 |
| 26.9.0 | Sep 14, 2026 |
| 26.5.3 | May 14, 2026 |
| 26.5.2 | May 14, 2026 |
| 26.5.1 | May 14, 2026 |
Frequently asked questions
- Who maintains Ethora MCP Server?
- Ethora MCP Server is maintained by dappros, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is Ethora MCP Server listed on the Official MCP Registry?
- Yes — Ethora MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Ethora MCP Server have?
- MCP Toplist tracks 7 versions of Ethora MCP Server, most recently published on Sep 17, 2026.
- Where can I find the source code for Ethora MCP Server?
- The source code for Ethora MCP Server is hosted at github.com/dappros/ethora-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.