Skip to main content
ClaudeWave

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

MCP ServersRegistry oficial0 estrellas0 forksPythonMITActualizado 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
Casos de uso

Resumen de MCP Servers

# 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

Lo que la gente pregunta sobre clawifi-mcp

¿Qué es atakanelik34/clawifi-mcp?

+

atakanelik34/clawifi-mcp es mcp servers para el ecosistema de Claude AI. Official Python SDK, CLI, and MCP server for Clawifi (clawifi.qzz.io), the agent-native internet gateway. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala clawifi-mcp?

+

Puedes instalar clawifi-mcp clonando el repositorio (https://github.com/atakanelik34/clawifi-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar atakanelik34/clawifi-mcp?

+

atakanelik34/clawifi-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene atakanelik34/clawifi-mcp?

+

atakanelik34/clawifi-mcp es mantenido por atakanelik34. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a clawifi-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega clawifi-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a clawifi-mcp