Skip to main content
Glama
tanevanwifferen

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 (オプション): 抽出するデータを指定するオブジェクト

Related MCP server: MCP-Typescribe

インストール

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 を提供します。

Install Server
A
license - permissive license
B
quality
D
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
    C
    quality
    C
    maintenance
    MCP Server enabling integration with Scrapezy to retrieve structured data from websites.
    1
    25
    13
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that enables LLMs to understand and work with TypeScript APIs they haven't been trained on by providing structured access to TypeScript type definitions and documentation.
    30
    46
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    A TypeScript-based web scraping server built on the Model Context Protocol that offers multiple export formats, content extraction rules, and support for both static and dynamic (SPA) websites.
    7
    12
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A TypeScript-based MCP server that provides backend API handling and facilitates communication between microservices. Features an organized structure with controllers, routes, and models for easy extensibility and maintenance.
    381
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • A TypeScript MCP server for Home Assistant, enabling programmatic management of entities, automati…

  • Zenrows MCP server — Fetch, Extract, Batch, and Browser Sessions for AI coding assistants

  • Scrapingdog MCP — wraps Scrapingdog (scrapingdog.com), a proxy-based web

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/tanevanwifferen/usescraper-mcp-server'

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