mcpbeat Sign in

Trawlia MCP Server

local only

Trawlia runs on your own machine — the client starts it, so there is no endpoint to ping. 172 installs a week from npm. Last commit 29 Aug 2026.

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

Installs per day peak 172 · avg 5
a month agotoday
172
Installs / week
npm · trawlia-mcp
0
Stars
0 open issues
29 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Trawlia every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add trawlia-mcp -- npx -y trawlia-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "trawlia-mcp": {
      "args": [
        "-y",
        "trawlia-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.trawlia-mcp]
command = "npx"
args = ["-y", "trawlia-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "trawlia-mcp": {
      "args": [
        "-y",
        "trawlia-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "trawlia-mcp": {
      "args": [
        "-y",
        "trawlia-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Trawlia

same job, measured the same way
срезAI — Search API for AI agents
by srezai

Web search, page reading and structured extraction for AI agents, with strong RU coverage

9 tools answering
Nimrod Research
by orchis

Web research for agents: quality-scored Google search, webpage extraction, and deep research.

answering
Websharp
by jgador

Search the web and extract article text for LLMs.

local only
Scavio
by scavio-ai

Web search, page extraction and structured commerce, social and business data for AI agents

112 installs/wk answering
Pinkpixel Dev Web Scout MCP
by smithery

Search the web and extract clean, readable text from webpages. Process multiple URLs at once to sp…

answering
Web Research MCP
by csoai-org

AI-powered web research MCP server for agents. Supports web search, browse page, extract...

188 installs/wk local only
Search
by neurobird

Web search for AI agents. Ranked results with page passages already extracted, plus URL to markdown.

2 tools answering
Agentsearch MCP
by isaiahdupree

LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.

3 tools answering

Trawlia — questions

Answers built from our own checks of this server.

Why is there no uptime for Trawlia?
Trawlia runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package trawlia-mcp was installed 172 times last week.
How do I connect Trawlia?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls trawlia-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Trawlia?
The npm package trawlia-mcp was installed 172 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Trawlia open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.