mcpbeat Sign in

My Websearch MCP Server

local only

My Websearch runs on your own machine — the client starts it, so there is no endpoint to ping. 1 343 installs a week from npm. Last commit 31 Aug 2026.

MyWebSearch - multi-engine web search MCP server, CLI and local daemon. No API keys required.

Installs per day peak 303 · avg 10
a month agotoday
1 343
Installs / week
npm · my-websearch
1
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 13 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/cli/runCli.ts:862
    const child = spawn(process.execPath, [entrypoint, 'serve', '--host', args.host, '--port', String(args.port)], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add my-websearch -- npx -y my-websearch
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "my-websearch": {
      "args": [
        "-y",
        "my-websearch"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.my-websearch]
command = "npx"
args = ["-y", "my-websearch"]
.cursor/mcp.json
{
  "mcpServers": {
    "my-websearch": {
      "args": [
        "-y",
        "my-websearch"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "my-websearch": {
      "args": [
        "-y",
        "my-websearch"
      ],
      "command": "npx"
    }
  }
}

Alternatives to My Websearch

same job, measured the same way
Bing Search (Free)
by iridite

Free Bing search MCP server - No API key required

99 installs/wk local only
Web Search
by hec-ovi

Keyless multi-engine web search, fetch, and clean-Markdown read for AI agents. No API keys.

357 installs/wk local only
SourceWeave Web Search
by mrnaqa

Fully local MCP server and CLI for web research

157 installs/wk local only
MCP Search Server
by kazkozdev

Web search, content extraction, PDF parsing, plus datetime and geolocation tools. No API keys.

20 installs/wk local only
Google Custom Search MCP
by a1-x-tech

MCP server for Google Custom Search: web and image search via a Programmable Search Engine.

local only
CrawlEyes MCP Server
by waiky-github

Web scraping & search for AI agents: extract, SearXNG/Tavily search, rerank. No API key needed.

326 installs/wk local only
Secret MCP
by yyeongjin

Local MCP server for isolated, evidence-backed GDWEB design analysis and web search.

78 installs/wk local only
Serpapi MCP
by serpapi

Official SerpApi MCP server for Google, Bing, and other search engines.

answering

My Websearch — questions

Answers built from our own checks of this server.

Why is there no uptime for My Websearch?
My Websearch runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package my-websearch was installed 1 343 times last week.
How do I connect My Websearch?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls my-websearch straight from npm; nothing to host, nothing to sign up for.
How many people use My Websearch?
The npm package my-websearch was installed 1 343 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is My Websearch open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.