Web Search MCP Server

Live web search and clean-markdown page fetch over the Keenable web index.

People connecting search tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 2 · #13 OF 47 MAINTAINED SEARCH · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Web Search

before you install - you'll need

KEENABLE_API_KEY is optional or environment-specific per the README.

Claude Code

claude mcp add keenableai-keenable-mcp --transport http https://api.keenable.ai/mcp?keenable_title=mcp-registry

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "keenableai-keenable-mcp": {
      "url": "https://api.keenable.ai/mcp?keenable_title=mcp-registry"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://api.keenable.ai/mcp?keenable_title=mcp-registry

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to api.keenable.ai

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

npm package @keenable/mcp - the @keenable scope differs from the repo owner (keenableai); confirm it's the project's official package

registry vendor namespace ai.keenable - domain-verified with the official MCP registry

03 · What Web Search can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 2 documented tools, including search_web_pages, fetch_page_content.

The 2 tools it gives your agent

Extracted from the project's README - what web-search lets an agent do.

search_web_pages
- Live web search. Args: query (required), plus optional mode, site, published_after / published_before, acquired_after / acquired_before.
fetch_page_content
- Fetch a URL and return clean markdown. Args: url (required), optional max_chars (default 50000).

Latest releases

v0.1.0 · 2026-06-25

First stable release of @keenable/mcp. · Thin stdio bridge to the hosted Keenable MCP server ( · Two tools: search_web_pages, fetch_page_content. Keyless by default; an optional · API key lifts the rate limit. · npx -y…

04 · Who maintains Web Search

web-search is maintained by keenableai. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
search - ranked #13 of 47 actively-maintained search servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-06-25)
registry
ai.keenable/web-search (active, first published 2026-06-19 · 3 versions)
packages
npm:@keenable/mcp

06 · Web Search FAQ

What is Web Search?

Live web search and clean-markdown page fetch over the Keenable web index.

Is Web Search still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Web Search?

Run `npx -y @keenable/mcp`. The README documents one environment variable (KEENABLE_API_KEY) to set first. KEENABLE_API_KEY is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Web Search require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Web Search