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: Website to Markdown MCP Server
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.
Latest Blog Posts
- 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