PluginBench
MCP Server
Active
MIT

Clawifi MCP Server

io.github.atakanelik34/clawifi-mcp

What is the Clawifi MCP server?

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

How to install Clawifi

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • CLAWIFI_API_KEY
    required
    secret

    Clawifi API key (clawifi_live_...). Create one at https://clawifi.qzz.io/signup.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clawifi-mcp": {
      "command": "python",
      "args": [
        "clawifi",
        "-m",
        "clawifi.mcp_server"
      ],
      "env": {
        "CLAWIFI_API_KEY": "<YOUR_CLAWIFI_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "clawifi-mcp": {
      "command": "python",
      "args": [
        "clawifi",
        "-m",
        "clawifi.mcp_server"
      ],
      "env": {
        "CLAWIFI_API_KEY": "<YOUR_CLAWIFI_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "clawifi-mcp": {
      "command": "python",
      "args": [
        "clawifi",
        "-m",
        "clawifi.mcp_server"
      ],
      "env": {
        "CLAWIFI_API_KEY": "<YOUR_CLAWIFI_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "clawifi-mcp": {
      "type": "stdio",
      "command": "python",
      "args": [
        "clawifi",
        "-m",
        "clawifi.mcp_server"
      ],
      "env": {
        "CLAWIFI_API_KEY": "<YOUR_CLAWIFI_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add clawifi-mcp --env CLAWIFI_API_KEY=<YOUR_CLAWIFI_API_KEY> -- python clawifi -m clawifi.mcp_server

Related MCP servers

Bilinc

Active

Hosted agent memory with provenance, contradiction surfacing, and snapshot rollback.

1
Python
View repository →

8-tool AI web intelligence suite: search, scrape, screenshot, SEO, docs, crypto, code.

View repository →