Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Fetchplus

FreeNot checked

Fetchplus — Model Context Protocol server

GitHubEmbed

About

Fetchplus — Model Context Protocol server

README

一个符合 MCP(Model Context Protocol)标准的服务器,用于获取网页内容并转换为 Markdown 格式。

功能

  • 根据用户输入的 URL 获取网页内容
  • 将网页内容转换为 Markdown 格式
  • 保留图片
  • 自动拆分过长的文档以适应大语言模型的上下文长度限制

工程目录

mcp-server-fetchplus
├── .env
├── README.md
├── pyproject.toml
├── src
│   └── mcp_server_fetchplus
│       ├── __init__.py
│       ├── __pycache__
│       ├── fetch.py
│       ├── markdown_converter.py
│       └── server.py
└── test
    ├── fetch_service.log
    └── test_client.py

安装

pip install mcp-server-fetchplus

使用示例

调用fetch工具获取首块内容

curl -X POST "http://localhost:8000/mcp/tool/fetch" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com"}'

from github.com/unclevicky/mcp-server-fetchplus

Installing Fetchplus

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/unclevicky/mcp-server-fetchplus

FAQ

Is Fetchplus MCP free?

Yes, Fetchplus MCP is free — one-click install via Unyly at no cost.

Does Fetchplus need an API key?

No, Fetchplus runs without API keys or environment variables.

Is Fetchplus hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Fetchplus in Claude Desktop, Claude Code or Cursor?

Open Fetchplus on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Fetchplus with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs