Skip to main content
Glama
ScottPierce

mcp-bun-fetch

by ScottPierce

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

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#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 fetch

  • prompt (required): What to extract or analyze from the page

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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