agentfetch-mcp
Rank #19,318io.github.bch1212/agentfetch
Token-budgeted web fetch for AI agents — auto-routes Jina, FireCrawl, Trafilatura, PDF.
agentfetch-mcp is a Model Context Protocol (MCP) server published by bch1212. It ranks #19,318 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. agentfetch-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 28, 2026 and most recently updated on Apr 28, 2026.
Ranks ahead of 96,142 of 115,460 servers on MCP Toplist.
Use agentfetch-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agentfetch -e "JINA_API_KEY=<your JINA_API_KEY>" -e "FIRECRAWL_API_KEY=<your FIRECRAWL_API_KEY>" -e "REDIS_URL=<your REDIS_URL>" -- uvx agentfetch-mcpReplace each placeholder with your own value before saving.
[mcp_servers.agentfetch]
command = "uvx"
args = ["agentfetch-mcp"]
[mcp_servers.agentfetch.env]
JINA_API_KEY = "<your JINA_API_KEY>"
FIRECRAWL_API_KEY = "<your FIRECRAWL_API_KEY>"
REDIS_URL = "<your REDIS_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentfetch": {
"command": "uvx",
"args": [
"agentfetch-mcp"
],
"env": {
"JINA_API_KEY": "<your JINA_API_KEY>",
"FIRECRAWL_API_KEY": "<your FIRECRAWL_API_KEY>",
"REDIS_URL": "<your REDIS_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentfetch": {
"command": "uvx",
"args": [
"agentfetch-mcp"
],
"env": {
"JINA_API_KEY": "<your JINA_API_KEY>",
"FIRECRAWL_API_KEY": "<your FIRECRAWL_API_KEY>",
"REDIS_URL": "<your REDIS_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"agentfetch": {
"type": "stdio",
"command": "uvx",
"args": [
"agentfetch-mcp"
],
"env": {
"JINA_API_KEY": "<your JINA_API_KEY>",
"FIRECRAWL_API_KEY": "<your FIRECRAWL_API_KEY>",
"REDIS_URL": "<your REDIS_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentfetch": {
"command": "uvx",
"args": [
"agentfetch-mcp"
],
"env": {
"JINA_API_KEY": "<your JINA_API_KEY>",
"FIRECRAWL_API_KEY": "<your FIRECRAWL_API_KEY>",
"REDIS_URL": "<your REDIS_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agentfetch": {
"command": "uvx",
"args": [
"agentfetch-mcp"
],
"env": {
"JINA_API_KEY": "<your JINA_API_KEY>",
"FIRECRAWL_API_KEY": "<your FIRECRAWL_API_KEY>",
"REDIS_URL": "<your REDIS_URL>"
}
}
}
}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.bch1212%2Fagentfetch)<a href="https://mcptoplist.com/server/io.github.bch1212%2Fagentfetch"><img src="https://mcptoplist.com/badge/io.github.bch1212%2Fagentfetch.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
bch1212
Other servers by bch1212
- Agent Commerce MCP#20,517 · 4 vers
- QueryShield#21,430 · 1 ver
- ModelWatch#23,142 · 2 vers
- GrantIQ MCP#25,349 · 2 vers
- AgentVault#29,652 · 1 ver
- AgentTrust MCP#54,749 · 1 ver
- BizIntel MCP#54,750 · 1 ver
- InjectShield#54,751 · 1 ver
- outdooriq-mcp#54,752 · 1 ver
- PubRecords MCP#54,753 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Apr 28, 2026 |
Frequently asked questions
- Who maintains agentfetch-mcp?
- agentfetch-mcp is maintained by bch1212, which publishes 11 MCP servers (16 total versions) tracked on MCP Toplist.
- Is agentfetch-mcp listed on the Official MCP Registry?
- Yes — agentfetch-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does agentfetch-mcp have?
- MCP Toplist tracks 1 version of agentfetch-mcp, most recently published on Apr 28, 2026.
- Where can I find the source code for agentfetch-mcp?
- The source code for agentfetch-mcp is hosted at github.com/bch1212/agentfetch-mcp.