ethora mcp server for Claude Desktop
io.github.dappros/ethora-mcp-server
Ethora chat platform MCP: apps, users, rooms, AI agents, chat widgets. Hosted or stdio.
client:Claude Desktop
transport:streamable-http
runtime:npm
Install ethora mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ethora-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.chat.ethora.com/mcp/oauth"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs