Official Python SDK, CLI, and MCP server for Clawifi (clawifi.qzz.io), the agent-native internet gateway.
claude mcp add clawifi-mcp -- python -m clawifi{
"mcpServers": {
"clawifi-mcp": {
"command": "python",
"args": ["-m", "clawifi"],
"env": {
"CLAWIFI_API_KEY": "<clawifi_api_key>"
}
}
}
}CLAWIFI_API_KEYMCP 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.
[](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
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!