Odel
Trawlia

Trawlia

Local
@ayhoungJavaScriptMITUpdated 1w ago

Web search and page extraction for agents, returned as readable text rather than raw JSON.

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).

npmtrawlia-mcpv0.1.0

Run

npx -y trawlia-mcp

MCP client config

{
  "mcpServers": {
    "trawlia": {
      "command": "npx",
      "args": [
        "-y",
        "trawlia-mcp"
      ]
    }
  }
}