serpdive
Provides AI coding agents with a live web search tool that returns extracted, answer-ready text from web pages. Enables real-time information retrieval without any local installation or maintenance.
README
serpdive-cli
One command to give every AI coding agent on your machine live web search.
npx -y serpdive-cli init --key sd_live_YOUR_KEY
Free key, no card: serpdive.com/dashboard/keys.
What it wires
The MCP server — your agent gains a serpdive_search tool. One call returns
the extracted, answer-ready text of live pages, not a list of links to go fetch.
Hosted, so there is nothing to install or keep up to date.
A skill — the half people forget. The tool lets an agent search; the skill tells it which model to pick, how to keep the response small, and what the error codes mean. Without it the agent guesses.
Claude Code · Codex · Cursor · Windsurf · VS Code · Zed · OpenCode · Gemini CLI · Cline · Goose · Grok Build · GitHub Copilot CLI · Claude Desktop · Antigravity — whichever are installed. The rest are skipped.
Options
--key <sd_live_…> your API key. Defaults to $SERPDIVE_API_KEY.
--agent <id> one agent only (repeatable): codex, cursor, claude-code, …
--local run the server yourself via npx, instead of the hosted one
--skip-skill register the tool but install no skill
--skip-mcp install the skill only
--dry-run print what would run, change nothing
How it writes your configs
It doesn't. MCP registration is handed to
add-mcp, which exists to know each
agent's config format and is downloaded ~225k times a week.
That is not laziness, it is the fix for a real bug. The first version of this
CLI wrote the configs itself, assuming every agent used the same
{ "mcpServers": … } JSON. They do not: Codex keeps its servers in TOML as
[mcp_servers.name] with a type = "http" and an http_headers table,
OpenCode uses a different root key, VS Code another, Zed another. Agents were
reported as wired while receiving nothing — a green line for a lie. Sixteen
formats is somebody's full-time job, and somebody is already doing it.
What is still ours:
- Global configs only. A CLI run from some directory has no business adding a server to that project's committed files.
- The key travels in a header, not in the URL, so it stays out of shell
history and screen recordings.
--localputs it in the environment instead. - The skill is a plain file copy — no config parsed, nothing of yours at risk. Running twice changes nothing the second time.
Nothing phones home.
Without the CLI
The hosted server needs no install at all:
claude mcp add --transport http serpdive https://mcp.serpdive.com \
--header "Authorization: Bearer sd_live_YOUR_KEY"
Docs: serpdive.com/docs · MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.