Skip to main content
Glama

MCP 서버 가져오기

웹 콘텐츠 가져오기 기능을 제공하는 모델 컨텍스트 프로토콜 서버입니다. 이 서버를 통해 LLM은 웹 페이지에서 콘텐츠를 검색하고 처리하며, HTML을 마크다운으로 변환하여 더 쉽게 사용할 수 있습니다.

Fetch 도구는 응답을 자르지만, start_index 인수를 사용하면 콘텐츠 추출을 시작할 위치를 지정할 수 있습니다. 이를 통해 모델은 필요한 정보를 찾을 때까지 웹페이지를 청크 단위로 읽을 수 있습니다.

사용 가능한 도구

  • fetch - 인터넷에서 URL을 가져와서 내용을 마크다운으로 추출합니다.

    • url (문자열, 필수): 가져올 URL

    • max_length (정수, 선택 사항): 반환할 최대 문자 수(기본값: 5000)

    • start_index (정수, 선택 사항): 이 문자 인덱스에서 시작 콘텐츠(기본값: 0)

    • raw (부울, 선택 사항): 마크다운 변환 없이 원시 콘텐츠를 가져옵니다(기본값: false)

프롬프트

  • 술책

    • URL을 가져와서 마크다운으로 내용을 추출합니다.

    • 인수:

      • url (문자열, 필수): 가져올 URL

설치

선택 사항: node.js를 설치하면 Fetch 서버가 더욱 강력한 다른 HTML 간소화 도구를 사용하게 됩니다.

uv 사용(권장)

uv 사용하면 별도의 설치가 필요하지 않습니다. uvx 사용하여 mcp-server-fetch 직접 실행합니다.

PIP 사용

또는 pip를 통해 mcp-server-fetch 설치할 수 있습니다.

지엑스피1

Install Server
A
license - permissive license
B
quality
F
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.

Tools

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Enables LLMs to retrieve and process web content by fetching URLs and converting HTML to markdown format. Supports chunked reading of large pages and can access both public websites and local networks.
    1
    MIT
  • A
    license
    C
    quality
    D
    maintenance
    Enables LLMs to retrieve and process web content by fetching URLs and converting HTML to markdown, with support for chunked reading and customizable user-agents.
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables LLMs to fetch and process web content by converting HTML into markdown for easier consumption. It supports chunked reading via pagination and provides configuration options for robots.txt compliance and proxy usage.
    1
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Fetches web pages and converts them to markdown for LLM consumption, supporting chunked reading and raw content extraction.
    MIT

View all related MCP servers

Related MCP Connectors

  • Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.

  • Converts any URL to clean, LLM-ready Markdown using real Chrome browsers

  • Read any web page as clean Markdown for AI agents: fetch, search, metadata, links. SSRF-safe.

View all MCP Connectors

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/ExactDoug/mcp-fetch'

If you have feedback or need assistance with the MCP directory API, please join our Discord server