Clawifi
Rank #61,137io.github.atakanelik34/clawifi-mcp
Agent-native internet gateway: typed search, fetch, scrape, crawl, and extract via the Clawifi API.
Clawifi is a Model Context Protocol (MCP) server published by atakanelik34. It ranks #61,137 of 115,591 servers tracked on MCP Toplist. Clawifi is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 25, 2026 and most recently updated on Jul 25, 2026.
Ranks ahead of 54,454 of 115,591 servers on MCP Toplist.
Use Clawifi
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add clawifi-mcp -e "CLAWIFI_API_KEY=<your CLAWIFI_API_KEY>" -- uvx -m clawifi.mcp_server clawifiReplace each placeholder with your own value before saving.
[mcp_servers.clawifi-mcp]
command = "uvx"
args = ["-m", "clawifi.mcp_server", "clawifi"]
[mcp_servers.clawifi-mcp.env]
CLAWIFI_API_KEY = "<your CLAWIFI_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clawifi-mcp": {
"command": "uvx",
"args": [
"-m",
"clawifi.mcp_server",
"clawifi"
],
"env": {
"CLAWIFI_API_KEY": "<your CLAWIFI_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clawifi-mcp": {
"command": "uvx",
"args": [
"-m",
"clawifi.mcp_server",
"clawifi"
],
"env": {
"CLAWIFI_API_KEY": "<your CLAWIFI_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"clawifi-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"-m",
"clawifi.mcp_server",
"clawifi"
],
"env": {
"CLAWIFI_API_KEY": "<your CLAWIFI_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clawifi-mcp": {
"command": "uvx",
"args": [
"-m",
"clawifi.mcp_server",
"clawifi"
],
"env": {
"CLAWIFI_API_KEY": "<your CLAWIFI_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clawifi-mcp": {
"command": "uvx",
"args": [
"-m",
"clawifi.mcp_server",
"clawifi"
],
"env": {
"CLAWIFI_API_KEY": "<your CLAWIFI_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.atakanelik34%2Fclawifi-mcp)<a href="https://mcptoplist.com/server/io.github.atakanelik34%2Fclawifi-mcp"><img src="https://mcptoplist.com/badge/io.github.atakanelik34%2Fclawifi-mcp.svg" alt="MCP Toplist: #61,137 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
atakanelik34
Other servers by atakanelik34
View all atakanelik34 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jul 25, 2026 |
Frequently asked questions
- Who maintains Clawifi?
- Clawifi is maintained by atakanelik34, which publishes 3 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Clawifi listed on the Official MCP Registry?
- Yes — Clawifi is listed on the Official MCP Registry, alongside Glama.
- How many versions does Clawifi have?
- MCP Toplist tracks 1 version of Clawifi, most recently published on Jul 25, 2026.
- Where can I find the source code for Clawifi?
- The source code for Clawifi is hosted at github.com/atakanelik34/clawifi-mcp.