Skip to main content
Glama

UseScraper MCP Server

UseScraper MCPサーバー

これは、UseScraper APIを使用したWebスクレイピング機能を提供するTypeScriptベースのMCPサーバーです。様々な形式のWebページからコンテンツを抽出できるツール「scrape」を公開しています。

特徴

ツール

  • scrape - ウェブページからコンテンツを抽出する
    • パラメータ:
      • url (必須): スクレイピングするウェブページのURL
      • format (オプション): コンテンツを保存する形式(text、html、markdown)。デフォルト: markdown
      • advanced_proxy (オプション): ボット検出を回避するために高度なプロキシを使用します。デフォルト: false
      • extract_object (オプション): 抽出するデータを指定するオブジェクト

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の UseScraper を自動的にインストールするには:

npx -y @smithery/cli install usescraper-server --client claude

手動インストール

  1. リポジトリをクローンします。
    git clone https://github.com/your-repo/usescraper-server.git cd usescraper-server
  2. 依存関係をインストールします:
    npm install
  3. サーバーを構築します。
    npm run build

構成

Claude Desktop で使用するには、サーバー設定を追加します。

MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "usescraper-server": { "command": "node", "args": ["/path/to/usescraper-server/build/index.js"], "env": { "USESCRAPER_API_KEY": "your-api-key-here" } } } }

/path/to/usescraper-serverサーバーの実際のパスに置き換え、 your-api-key-here UseScraper API キーに置き換えます。

使用法

設定が完了すると、MCPインターフェースから「スクレイプ」ツールを使用できるようになります。使用例:

{ "name": "scrape", "arguments": { "url": "https://example.com", "format": "markdown" } }

発達

自動リビルドを使用した開発の場合:

npm run watch

デバッグ

MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。

npm run inspector

インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。

You must be authenticated.

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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Tools

UseScraper API を利用して Web スクレイピング機能を提供する TypeScript ベースの MCP サーバー。これにより、ユーザーはさまざまな形式の Web ページからコンテンツを抽出できます。

  1. 特徴
    1. ツール
  2. インストール
    1. Smithery経由でインストール
    2. 手動インストール
  3. 構成
    1. 使用法
      1. 発達
        1. デバッグ

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A powerful MCP server for fetching and transforming web content into various formats (HTML, JSON, Markdown, Plain Text) with ease.
        Last updated -
        4
        146
        12
        TypeScript
        MIT License
        • Apple
        • Linux
      • 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 TypeScript-based MCP server that interacts with Contentful's Delivery API, enabling users to create, query, and summarize text notes through natural language.
        Last updated -
        26
        6
        TypeScript
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        MCP Server enabling integration with Scrapezy to retrieve structured data from websites.
        Last updated -
        1
        12
        1
        JavaScript
        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/tanevanwifferen/usescraper-mcp-server'

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