Skip to main content
Glama

Scraper.is MCP Server

by Ai-Quill
MIT License
1,379
4
  • Apple
  • Linux
#!/bin/bash # Install the scraperis-mcp package globally echo "Installing scraperis-mcp globally..." npm install -g scraperis-mcp@0.1.19 # Check if installation was successful if [ $? -eq 0 ]; then echo "Installation successful!" echo "You can now use the scraperis-mcp command in your Claude Desktop configuration." echo "Example configuration:" echo '{ "mcpServers": { "scraperis_scraper": { "command": "scraperis-mcp", "args": [], "env": { "SCRAPERIS_API_KEY": "your-api-key-here", "DEBUG": "*" } } } }' else echo "Installation failed. Please check the error messages above." fi

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/Ai-Quill/scraperis-mcp'

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