Skip to main content
Glama

MCP NPX Fetch

MCP NPX 페치

웹 콘텐츠를 다양한 형식(HTML, JSON, 마크다운, 일반 텍스트)으로 손쉽게 가져와 변환할 수 있는 강력한 MCP 서버입니다.

설치기능사용문서기여


🚀 특징

  • 🌐 범용 콘텐츠 페칭 : HTML, JSON, 일반 텍스트 및 마크다운 형식을 지원합니다.
  • 🔒 사용자 정의 헤더 지원 : 요청에 인증 및 사용자 정의 헤더를 추가합니다.
  • 🛠 내장 변환 : 형식 간 자동 변환
  • 고성능 : 최신 JavaScript 기능으로 구축되었으며 속도에 최적화되었습니다.
  • 🔌 MCP 호환 : Claude Desktop 및 기타 MCP 클라이언트와 완벽하게 통합됩니다.
  • 🎯 Type-Safe : 전체 유형 정의를 사용하여 TypeScript로 작성됨

📦 설치

NPM 글로벌 설치

지엑스피1

NPX와 직접 사용

npx @tokenizin/mcp-npx-fetch

📚 문서

사용 가능한 도구

fetch_html

모든 URL에서 원시 HTML 콘텐츠를 가져와서 반환합니다.

{ url: string; // Required: Target URL headers?: { // Optional: Custom request headers [key: string]: string; }; }
fetch_json

모든 URL에서 JSON 데이터를 가져와서 구문 분석합니다.

{ url: string; // Required: Target URL headers?: { // Optional: Custom request headers [key: string]: string; }; }
fetch_txt

HTML 태그와 스크립트를 제거하고 깨끗한 일반 텍스트 콘텐츠를 가져와서 반환합니다.

{ url: string; // Required: Target URL headers?: { // Optional: Custom request headers [key: string]: string; }; }
fetch_markdown

콘텐츠를 가져와서 잘 구성된 마크다운으로 변환합니다.

{ url: string; // Required: Target URL headers?: { // Optional: Custom request headers [key: string]: string; }; }

🔧 사용법

CLI 사용법

MCP 서버를 직접 시작합니다.

mcp-npx-fetch

또는 npx를 통해:

npx @tokenizin/mcp-npx-fetch

Claude 데스크톱 통합

  1. Claude Desktop 구성 파일을 찾으세요.
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • 윈도우: %APPDATA%/Claude/claude_desktop_config.json
    • 리눅스: ~/.config/Claude/claude_desktop_config.json
  2. mcpServers 개체에 다음 구성을 추가합니다.
{ "mcpServers": { "fetch": { "command": "npx", "args": ["-y", "@tokenizin/mcp-npx-fetch"], "env": {} } } }

💻 지역 개발

  1. 저장소를 복제합니다.
git clone https://github.com/tokenizin-agency/mcp-npx-fetch.git cd mcp-npx-fetch
  1. 종속성 설치:
npm install
  1. 개발 모드 시작:
npm run dev
  1. 테스트 실행:
npm test

🛠 기술 스택

🤝 기여하기

기여를 환영합니다! 풀 리퀘스트를 제출해 주세요. 주요 변경 사항의 경우, 먼저 이슈를 열어 변경 사항을 논의해 주세요.

  1. 저장소를 포크하세요
  2. 기능 브랜치를 생성합니다( git checkout -b feature/AmazingFeature )
  3. 변경 사항을 커밋합니다( git commit -m 'Add some AmazingFeature' )
  4. 브랜치에 푸시( git push origin feature/AmazingFeature )
  5. 풀 리퀘스트 열기

📄 라이센스

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.


Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

웹 콘텐츠를 다양한 형식(HTML, JSON, 마크다운, 일반 텍스트)으로 손쉽게 가져와 변환할 수 있는 강력한 MCP 서버입니다.

  1. 🚀 특징
    1. 📦 설치
      1. NPM 글로벌 설치
      2. NPX와 직접 사용
    2. 📚 문서
      1. 사용 가능한 도구
    3. 🔧 사용법
      1. CLI 사용법
      2. Claude 데스크톱 통합
    4. 💻 지역 개발
      1. 🛠 기술 스택
        1. 🤝 기여하기
          1. 📄 라이센스

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              An MCP server for fetching and transforming web content into various formats.
              Last updated -
              4
              4
              Python
              MIT License
              • Apple
            • A
              security
              A
              license
              A
              quality
              A simple MCP server that facilitates website fetching through a configurable server platform using stdio or SSE transport, allowing integration with tools like Cursor for streamlined access.
              Last updated -
              2
              23
              Python
              MIT License
            • -
              security
              A
              license
              -
              quality
              An MCP server that enables fetching web content using the Node.js undici library, supporting various HTTP methods, content formats, and request configurations.
              Last updated -
              66
              8
              TypeScript
              MIT License
              • Apple
              • Linux
            • A
              security
              A
              license
              A
              quality
              An MCP server that retrieves web page content using Playwright headless browser, capable of extracting main content and converting to Markdown format.
              Last updated -
              2
              500
              727
              TypeScript
              MIT License
              • Apple

            View all related MCP servers

            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/tokenizin-agency/mcp-npx-fetch'

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