UseScraper MCP Server
UseScraper MCPサーバー
これは、UseScraper APIを使用したWebスクレイピング機能を提供するTypeScriptベースのMCPサーバーです。様々な形式のWebページからコンテンツを抽出できるツール「scrape」を公開しています。
特徴
ツール
scrape- ウェブページからコンテンツを抽出するパラメータ:
url(必須): スクレイピングするウェブページのURLformat(オプション): コンテンツを保存する形式(text、html、markdown)。デフォルト: markdownadvanced_proxy(オプション): ボット検出を回避するために高度なプロキシを使用します。デフォルト: falseextract_object(オプション): 抽出するデータを指定するオブジェクト
Related MCP server: MCP-Typescribe
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の UseScraper を自動的にインストールするには:
npx -y @smithery/cli install usescraper-server --client claude手動インストール
リポジトリをクローンします。
git clone https://github.com/your-repo/usescraper-server.git cd usescraper-server依存関係をインストールします:
npm installサーバーを構築します。
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 を提供します。
Maintenance
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
- AlicenseCqualityCmaintenanceMCP Server enabling integration with Scrapezy to retrieve structured data from websites.12513MIT
- AlicenseNot gradedqualityDmaintenanceAn 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.3046MIT
- AlicenseAqualityDmaintenanceA 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.7121MIT
- AlicenseNot gradedqualityDmaintenanceA 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.3811MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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