Bun Fetch
БесплатноНе проверенFetches web content, converts HTML to Markdown, and processes it with Claude AI, bypassing common bot blocks.
Описание
Fetches web content, converts HTML to Markdown, and processes it with Claude AI, bypassing common bot blocks.
README
MCP server that fetches web content, converts HTML to Markdown, and processes it with Claude AI. This is meant to be a replacement for Claude's default WebFetch, that seems to get regularly blocked from servers. This works around that by not identifying itself as Claude.
Requirements
- Bun
- Claude CLI (authenticated)
Configuration
No installation required. The MCP configurations below use bunx to run the package directly from GitHub.
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):
{
"mcpServers": {
"fetch": {
"command": "bunx",
"args": ["github:ScottPierce/mcp-bun-fetch#v1"]
}
}
}
Claude Code
Run the following command:
claude mcp add fetch -- bunx github:ScottPierce/mcp-bun-fetch#v1
Local Development
Run without building:
bun run index.ts
Run tests:
bun test
Build:
bun run build
Local Installation
To use a local build instead of a published package:
{
"mcpServers": {
"fetch": {
"command": "bun",
"args": ["/absolute/path/to/mcp-fetch/dist/index.js"]
}
}
}
Tool
fetch
Fetches a URL, converts HTML to Markdown, and processes with Claude.
Parameters:
url(required): URL to fetchprompt(required): What to extract or analyze from the page
Установка Bun Fetch
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ScottPierce/mcp-bun-fetchFAQ
Bun Fetch MCP бесплатный?
Да, Bun Fetch MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Bun Fetch?
Нет, Bun Fetch работает без API-ключей и переменных окружения.
Bun Fetch — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Bun Fetch в Claude Desktop, Claude Code или Cursor?
Открой Bun Fetch на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Bun Fetch with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
