Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 📂 Browser Automation
  3. Web Search
Web Search logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 1:15:54 PM

Web Search

User RatingsBe the first to rate and review this MCP server!
View Repository467 GitHub StarsTotal stargazers on GitHub for the source repository (467 stars).Visit Website
web-searchgooglesearchdata-extraction

Searches Google results through MCP and returns structured links, titles, and descriptions without requiring an API key.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON â–¾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for pskill9/web-search, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives📂 More in Browser Automation

Overview

The pskill9/web-search MCP server lets an agent search the web through Google result pages without credentials. It scrapes Google HTML and returns structured results containing titles, URLs, and descriptions, with a configurable result limit. Reach for it when an MCP client needs basic web discovery without purchasing or configuring a search API, while accounting for scraping-related rate limits and result variability.

Use cases

•Search the public web for initial research sources
•Find URLs related to an agent’s text query
•Collect Google result titles and descriptions
•Retrieve a small set of search results without an API key

Key features

•Google-based web search
•Structured titles, URLs, and descriptions
•Configurable result count
•No API key or authentication
•Single MCP search tool

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Web Search.

Extracted Tool Capabilities
Google-based web search
Structured titles, URLs, and descriptions
Configurable result count
No API key or authentication
Single MCP search tool

How Web Search works

What the pskill9/web-search MCP server does

The pskill9/web-search MCP server exposes web search through Google’s search result pages. It is intended for agents that need to find web resources, inspect search results, or gather starting points for further research without an external search API account.

Search responses are structured records with three fields: a result title, its URL, and an available description. The server provides one MCP tool, search, rather than a broader browser-control interface. It does not require an API key or other authentication.

How it works

An MCP client sends a text query to the search tool. The tool also accepts an optional limit value that controls how many results are returned. Five results are returned by default, and the supported maximum is ten.

The pskill9/web-search MCP server obtains its data by scraping Google’s HTML response. That approach avoids a paid search API, but it also makes behavior dependent on Google’s page structure and request policies. Search results may have incomplete descriptions or other missing metadata, and advanced search operators may not behave consistently.

Setup and configuration

Install the project dependencies with npm, compile the source, and then configure the built Node.js entry point as an MCP server. The documented sequence is:

  1. Clone or download the repository.
  2. Run npm install.
  3. Run npm run build.
  4. Point the MCP client at build/index.js using the node command.

The README provides configurations for Claude Desktop and the VSCode Claude Dev Extension. Because the configuration uses a local file path to the compiled entry point, that path must be set to the location where the project was built. No credential or environment variable is listed for configuration.

Tools and capabilities

The pskill9/web-search MCP server exposes the following tool:

  • search: Accepts a required query string and an optional numeric limit. It returns search results with titles, URLs, and descriptions.

Example inputs include a query alone or a query with a limit such as 3. Values above the documented maximum of ten are not supported by the stated interface.

Limitations and notes

Google may temporarily block requests when searches are made too frequently. Applications using the pskill9/web-search MCP server should keep request rates reasonable, avoid unnecessarily high result limits, and consider adding delays between searches.

Results are not guaranteed to be complete or stable. Google can change its HTML structure, which may affect extraction, and some pages may not provide all expected metadata. The README also notes that complex search operators may not work as expected.

The project is described for personal use. Implementers should consider Google’s terms of service and add suitable request throttling for their application.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Browser Automation View all alternatives
  • Lyrenth MCP logoLyrenth MCP

    Read any URL as a clean AIDocument (Markdown + structure) through Lyrenth's cached index.

    📂 Browser Automation3 views
    Compare vs Lyrenth MCP →
  • Intercept MCP logoIntercept MCP

    Multi-tier fallback chain for fetching web content as clean markdown. Handles tweets, YouTube, arXiv, PDFs, and regular pages with 9 fallback strategies.

    📂 Browser Automation3 views
    Compare vs Intercept MCP →
  • Agentfetch MCP logoAgentfetch MCP

    Token-budgeted web fetch for AI agents. Auto-routes between Trafilatura, Jina Reader, FireCrawl, and pypdf based on URL pattern. estimatetokens before fetchurl, 6h Redis cache, server-side maxtokens truncation. Open source MCP server (MIT) plus hosted REST API at agentfetch.dev — 500 free fetches/mo, no card.

    📂 Browser Automation4 views
    Compare vs Agentfetch MCP →
  • Browser Use MCP Server logoBrowser Use MCP Server

    browser-use packaged as an MCP server with SSE transport. includes a dockerfile to run chromium in docker + a vnc server.

    📂 Browser Automation4 views
    Compare vs Browser Use MCP Server →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
467
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Web Search

Clone or download the repository, run npm install, run npm run build, and configure an MCP client to launch the resulting build/index.js file with node.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewWeb Search AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/pskill9-web-search?style=directory)](https://allmcps.com/mcp/pskill9-web-search)
HTML Embed
<a href="https://allmcps.com/mcp/pskill9-web-search"><img src="https://allmcps.com/api/badge/pskill9-web-search?style=directory" alt="Web Search on AllMCPs" /></a>

Technical Specs & Signals

Category📂Browser Automation
PricingFree
More technical detailsExpand â–¾
AuthNo auth required
ClientsClaude Desktop
Last updatedSep 7, 2026
5/6 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars467
GitHub Star CountTotal stargazers on GitHub representing community popularity (467 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Dec 30, 2024
37Quality signal: Fair · 37/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools13/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 📂 Browser Automation →Best MCP servers for Browser Automation →Alternatives to Web Search →Install in Claude DesktopInstall in CursorInstall in VS Code