Skip to main content
ClaudeWave

Official Python SDK, CLI, and MCP server for Clawifi (clawifi.qzz.io), the agent-native internet gateway.

MCP ServersOfficial Registry0 stars0 forksPythonMITUpdated today
Install in Claude Code / Claude Desktop
Method: pip / Python · clawifi
Claude Code CLI
claude mcp add clawifi-mcp -- python -m clawifi
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "clawifi-mcp": {
      "command": "python",
      "args": ["-m", "clawifi"],
      "env": {
        "CLAWIFI_API_KEY": "<clawifi_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install first: pip install clawifi
Detected environment variables
CLAWIFI_API_KEY
Use cases

MCP Servers overview

# clawifi

<!-- mcp-name: io.github.atakanelik34/clawifi-mcp -->

Official Python SDK, CLI, and MCP server for [Clawifi](https://clawifi.qzz.io), the agent-native internet gateway.

This package is a thin client over the hosted Clawifi API. It does not include the Clawifi server, browser runtime, or Playwright — those run on Clawifi's infrastructure.

## Install

```bash
pip install clawifi
```

## Get an API key

```bash
clawifi signup --email you@example.com --password "a strong password"
```

This creates an account, grants 1,000 free credits, and prints an API key. Export it:

```bash
export CLAWIFI_API_KEY="clawifi_live_..."
```

## Quicktest

```bash
clawifi quicktest --url https://example.com
```

## Use as an MCP server

```bash
clawifi mcp config
```

prints a ready-to-paste MCP client config. The MCP server itself runs as:

```bash
clawifi-mcp
```

reading `CLAWIFI_API_KEY` from the environment.

## Use as a Python SDK

```python
from clawifi import Clawifi

client = Clawifi()  # reads CLAWIFI_API_KEY from the environment
page = client.fetch("https://example.com")
print(page["success"])
```

An async client is also available as `clawifi.AsyncClawifi`.

## Documentation

See [clawifi.qzz.io/docs](https://clawifi.qzz.io/docs) for the full API reference, MCP tool list, and CLI command reference.

## License

MIT

What people ask about clawifi-mcp

What is atakanelik34/clawifi-mcp?

+

atakanelik34/clawifi-mcp is mcp servers for the Claude AI ecosystem. Official Python SDK, CLI, and MCP server for Clawifi (clawifi.qzz.io), the agent-native internet gateway. It has 0 GitHub stars and was last updated today.

How do I install clawifi-mcp?

+

You can install clawifi-mcp by cloning the repository (https://github.com/atakanelik34/clawifi-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is atakanelik34/clawifi-mcp safe to use?

+

atakanelik34/clawifi-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains atakanelik34/clawifi-mcp?

+

atakanelik34/clawifi-mcp is maintained by atakanelik34. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to clawifi-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy clawifi-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: atakanelik34/clawifi-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/atakanelik34-clawifi-mcp)](https://claudewave.com/repo/atakanelik34-clawifi-mcp)
<a href="https://claudewave.com/repo/atakanelik34-clawifi-mcp"><img src="https://claudewave.com/api/badge/atakanelik34-clawifi-mcp" alt="Featured on ClaudeWave: atakanelik34/clawifi-mcp" width="320" height="64" /></a>

More MCP Servers

clawifi-mcp alternatives