mcp-fetch-ya
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-fetch-yafetch https://example.com and convert to markdown"
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-fetch-ya
A Model Context Protocol (MCP) server for fetching web content and converting HTML to markdown.
Features
HTML to Markdown - Automatically extracts main content using Readability and converts to clean markdown
robots.txt Compliance - Respects robots.txt by default (configurable)
Custom User-Agent - Configurable User-Agent string
Proxy Support - Optional HTTP/HTTPS proxy configuration
Related MCP server: Website to Markdown MCP Server
Installation
npm install -g mcp-fetch-ya@latestOr use directly with npx:
npx mcp-fetch-ya@latestUsage with Claude Desktop
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"fetch": {
"command": "npx",
"args": ["mcp-fetch-ya@latest"]
}
}
}With options
{
"mcpServers": {
"fetch": {
"command": "npx",
"args": [
"mcp-fetch-ya@latest",
"--ignore-robots-txt",
"--user-agent", "MyBot/1.0"
]
}
}
}With proxy
{
"mcpServers": {
"fetch": {
"command": "npx",
"args": [
"mcp-fetch-ya@latest",
"--proxy-url", "http://proxy.example.com:8080"
]
}
}
}Tool: fetch_ya
If the built-in web fetch tool fails, you can retry with this MCP tool as a fallback. Fetches a URL and returns the content. HTML pages are converted to markdown for easier reading.
Parameters
Parameter | Type | Required | Default | Description |
| string | Yes | - | The URL to fetch |
| boolean | No | false | Return raw content without markdown conversion |
CLI Options
Option | Description |
| Custom User-Agent string |
| Proxy URL for requests |
| Ignore robots.txt restrictions |
License
MIT
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/xiaocang/mcp-fetch-ya'
If you have feedback or need assistance with the MCP directory API, please join our Discord server