The Scrapeless MCP Server enables LLMs to fetch Google Search results dynamically for integration into AI workflows, chatbots, and research tools.
- Perform Google Searches: Search the web using Scrapeless with a customizable query
- Customize Search Location: Specify the country for results using the
gl
parameter (e.g., 'us', 'uk') - Customize Search Language: Specify the language using the
hl
parameter (e.g., 'en', 'es') - Support Advanced Queries: Use search operators like
inurl:
,site:
,intitle:
, and more
Provides web search capabilities through Google Search, allowing queries with support for advanced search operators like inurl:, site:, and intitle:, with options to customize country and language settings.
Scrapeless Mcp Server
Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. MCP provides a standardized way to connect LLM with the required context, helping you efficiently enhance chat interfaces, build AI-driven IDEs, or create custom AI workflows.
Seamlessly integrate real-time Google SERP(Google Search, Google Flight, Google Map, Google Jobs....) results into your LLM applications using the Scrapeless MCP server. This server acts as a bridge between LLMs (like ChatGPT, Claude, etc.) and Scrapeless's Google SERP, enabling dynamic context retrieval for AI workflows, chatbots, and research tools.
👉 Live MCP Endpoint:
📦 NPM Package: scrapeless-mcp-server
Overview
This project provides several MCP servers that enable AI assistants like Claude to perform various search operations and retrieve data from:
- Google Search
Tools
1. Search Tool
- Name:
google-search
- Description: Search the web using Scrapeless
- Parameters:
query
(required): Parameter defines the query you want to search. You can use anything that you would use in a regular Google search. e.g. inurl:, site:, intitle:.gl
(optional, default: "us"): Parameter defines the country to use for the Google search. It's a two-letter country code. (e.g., us for the United States, uk for United Kingdom, or fr for France).hl
(optional, default: "en"): Parameter defines the language to use for the Google search. It's a two-letter language code. (e.g., en for English, es for Spanish, or fr for French).
Setup Guide
1. Get Scrapeless Key
- Register at Scrapeless
- Get your free trial
- Generate API Key
2. Configure
Example Queries
Here are some examples of how to use these servers with Claude Desktop:
Google Search
Installation
Prerequisites
- Node.js 22 or higher
- NPM or Yarn
Install from Source
- Clone the repository:
- Install dependencies:
- Build the server:
Community
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
A Model Context Protocol server implementation that enables AI assistants like Claude to perform Google searches and retrieve web data directly through natural language requests.
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants like Claude to interact with Google Cloud Platform environments through natural language, allowing users to query and manage GCP resources during conversations.Last updated -910262TypeScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that enables Claude to perform Google Custom Search operations by connecting to Google's search API.Last updated -Python
- -securityFlicense-qualityA server implementing the Model Context Protocol that enables AI assistants like Claude to interact with Google's Gemini API for text generation, text analysis, and chat conversations.Last updated -Python
- AsecurityFlicenseAqualityA Model Context Protocol server that provides web and image search capabilities through Google's Custom Search API, allowing AI assistants like Claude to access current information from the internet.Last updated -21TypeScript