fetchkit

everruns/fetchkit
★ 4 stars Rust Browser/Web Updated 9d ago
AI-friendly webfetch tool, cli, mcp server, and lib
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fetchkit": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "fetchkit"
      ]
    }
  }
}

README Excerpt

AI-friendly web content fetching tool designed for LLM consumption. Rust library with CLI, MCP server, and Python bindings. - **HTTP fetching** - GET and HEAD methods with streaming support - **Pluggable fetchers** - URL-aware dispatch to specialized handlers for repos, docs, feeds, videos, papers, and more

Tools (20)

ArXivFetcherBinaryContentContentErrorDefaultFetcherDocsSiteFetcherGitHubCodeFetcherGitHubIssueFetcherGitHubRepoFetcherHackerNewsFetcherHttpErrorInvalidUrlNetworkErrorPackageRegistryFetcherRSSFeedFetcherStackOverflowFetcherTimeoutTwitterFetcherUrlBlockedWikipediaFetcherYouTubeFetcher