mcp-bun-fetch
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-bun-fetchfetch https://en.wikipedia.org/wiki/MCP and summarize the article"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-bun-fetch
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
Claude CLI (authenticated)
Related MCP server: Web Reader
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#v1Local Development
Run without building:
bun run index.tsRun tests:
bun testBuild:
bun run buildLocal 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceFetches web pages and converts them to clean, readable markdown format by extracting main content while removing navigation, ads, and other non-essential elements to minimize token usage.Last updated3
- AlicenseAqualityDmaintenanceEnables Claude and other LLMs to read and parse web content, with smart fallback strategies to bypass access restrictions (e.g., paywalls, Cloudflare) and output Markdown.Last updated53744MIT
- AlicenseAqualityBmaintenanceFetches web pages, converts HTML to markdown, and uses Claude to answer questions about the content.Last updated1MIT
- Flicense-qualityDmaintenanceFetches webpages with JavaScript rendering, converts HTML to clean Markdown for LLM analysis, and uses stealth plugins to avoid bot detection.Last updated
Related MCP Connectors
Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.
Fetch any URL and get clean Markdown. Web scraping for AI agents.
Converts any URL to clean, LLM-ready Markdown using real Chrome browsers
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ScottPierce/mcp-bun-fetch'
If you have feedback or need assistance with the MCP directory API, please join our Discord server