Odel
mcp

mcp

Local
@elfa-aiTypeScriptMITUpdated 1w ago

Crypto social intelligence from X and Telegram, plus the Elfa Auto condition engine

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@elfa-ai/mcpv3.0.0

Run

npx -y @elfa-ai/mcp

MCP client config

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@elfa-ai/mcp"
      ]
    }
  }
}