MCP Local Web Search Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Local Web Search Serverfind recent articles about AI safety with limit 3"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-server-local-web-search
An MCP server for performing local web searches. This server provides tools to search and extract content from web pages through the Model Context Protocol.
Features
Perform web searches with customizable result limits
Extract and process content from web pages
Return structured results with titles, URLs, and descriptions
Support for content truncation and domain filtering
Clean content extraction using Readability
Headless browser operation for improved performance
Related MCP server: DuckDuckGo MCP Server
Installation
To install dependencies:
bun installSetup
Run the setup script to configure the MCP server:
bun run setup.tsThis will add the server to your Claude MCP configuration.
Available Tools
local_web_searchPerforms web search and returns results with title, URL and description
Parameters:
query: Search query to find relevant content (required)excludeDomains: List of domains to exclude from search results (default: [])limit: Maximum number of results to return (default: 5)truncate: Maximum length of content to return per result (default: 4000)show: Show browser window for debugging (default: false)proxy: Proxy server to use for requests (optional)
Requirements
Bun runtime
Node.js TypeScript support
Development
This project uses:
Bun as the JavaScript runtime
TypeScript for type safety
Model Context Protocol SDK for server implementation
@egoist/local-web-search for web search (using playwright-core)
Readability for content extraction
Contributors
egoist - Original local web search author
FradSer - Original author
TheSethRose - Playwright integration and performance improvements
License
MIT License
This project was created using bun init in bun v1.2.2. Bun is a fast all-in-one JavaScript runtime.
This server cannot be deployed
Maintenance
Related MCP Connectors
Provides AI assistants with access to Seltz's powerful Web Search capabilities.
Web search, URL content extraction to Markdown, site mapping, and recursive web crawler.
Search remote Model Context Protocol servers and tools discovered by BuiltWith, without an API key.
Web search, scraping, Google Trends and data lookups. Paid per call in USDC on Base via x402.
Related MCP Servers
- FlicenseCqualityDmaintenanceEnables web search capabilities through the Tavily API via the Model Context Protocol. Allows users to perform web searches and retrieve information from the internet through natural language queries.5-
- FlicenseNot gradedqualityCmaintenanceEnables web searching through DuckDuckGo and fetching content from webpages. Provides search capabilities with configurable result limits and webpage content extraction for AI assistants.-
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides web search capabilities via DuckDuckGo and advanced content extraction using Crawl4AI and LLM-powered analysis. It enables users to perform web-wide searches and fetch processed website data through automated browser interaction and intelligent summarization.2MIT
- FlicenseAqualityDmaintenanceEnables Google search with advanced options (date, language, country, safe search) and webpage content extraction via the Model Context Protocol.3-