mcpbeat Sign in

Clawifi MCP Server

local only

Clawifi runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from pypi. Last commit 28 Jul 2026.

Agent-native internet gateway: typed search, fetch, scrape, crawl, and extract via the Clawifi API.

Installs per day peak 19 · avg 9 · -29% w/w
a month agotoday
41
Installs / week
pypi · clawifi
0
Stars
0 open issues
28 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Clawifi 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 clawifi-mcp -- uvx clawifi
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clawifi-mcp": {
      "args": [
        "clawifi"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.clawifi-mcp]
command = "uvx"
args = ["clawifi"]
.cursor/mcp.json
{
  "mcpServers": {
    "clawifi-mcp": {
      "args": [
        "clawifi"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "clawifi-mcp": {
      "args": [
        "clawifi"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: CLAWIFI_API_KEY (Clawifi API key (clawifi_live_...). Create one at https://clawifi.qzz.io/signup.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Clawifi

same job, measured the same way
Auxiliar MCP
by tlalvarez

Web access for AI agents — search/scrape/extract/crawl via the auxiliar.ai gateway.

local only
MESSORA
by messora

Scrape, crawl and search the web for AI agents via MCP.

5 tools answering
Evocrawl MCP Server
by superaihuman

MCP server for Evocrawl — search, scrape, and interact with the web.

27 installs/wk local only
C
Hydrafetch
by hydrafetch

Turn any URL into clean Markdown and structured data. Scrape, crawl, search and extract.

13 tools answering
WebLens
by weblens

Scrape, crawl, map and extract the web. Pay per call in USDC, no account or API key.

36 tools answering
PyreCrawl
by sanggonboy

13 tools for AI agents: scrape, crawl, extract, map, search, papers, batch, research, monitor.

1 029 installs/wk local only
MCP Research Agent: Web Scraping Tool for AI
by ranovam

Structured web research tool for AI agents: search, fetch and shape web data into the JSON schema…

answering
Web Search API for all your agents and LLMs
by blopus

Live web search, image search, topic filters and full-text fetch over our own crawled index.

answering

Clawifi — questions

Answers built from our own checks of this server.

Why is there no uptime for Clawifi?
Clawifi 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 pypi package clawifi was installed 41 times last week.
How do I connect Clawifi?
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 clawifi straight from pypi; nothing to host, nothing to sign up for.
How many people use Clawifi?
The pypi package clawifi was installed 41 times in the last week. Week over week that is -29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Clawifi open source?
Yes — it is published under the MIT licence, written in Python 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.