Odel
lodd mcp server

lodd mcp server

Local
@hholenTypeScriptMITUpdated 3mo ago

Headless web analytics for AI agents. 42 MCP tools for traffic, events, funnels.

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@lodd/mcp-serverv0.1.15

Run

npx -y @lodd/mcp-server

MCP client config

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