SearchMCP
About
Connect any LLM to the internet with the cheapest, most reliable, and developer-friendly search API.
Details
- Author
- searchmcp
- Categories
- Web Scraping, Other, Search, API
Jump to
Setup
Install SearchMCP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/searchmcp/searchmcp-js
Follow the installation instructions in the repository README, then restart your MCP client.
Thin TypeScript/JavaScript SDK for theSearchMCP API.
Generated from theOpenAPI specusingtypescript-fetch.
SupportsREST (/v1/search)endpoint.
Includes full type definitions out of the box.
npm install @searchmcp/client # or pnpm add @searchmcp/client # or yarn add @searchmcp/client
import {createClient} from "@searchmcp/client"; const client = createClient(process.env.SEARCHMCP_API_KEY); // Simple web search const res = await client.search({ query: "latest GPU deals", country: "US", numberOfResults: 5, }); console.log(res.status); // "SUCCESS" console.log(res.results); // array of results
import {createClient, SearchMCPClient} from "@searchmcp/client"; const client: SearchMCPClient = createClient("smcp_123", "https://api.searchmcp.io");
All request/response schemas and types are generated from the OpenAPI spec and exported:
import { SearchRequest, SearchResponse, SearchStatus, } from "@searchmcp/client";
See the interactiveAPI Referencefor details:
- SearchRequest model
- SearchResponse model
pnpm install pnpm generate # re-generate from OpenAPI spec pnpm build
Search the web using Kagi's search API
Multi-provider search broker for AI agents. Routes across SearXNG, Brave, Serper, Tavily, and Exa with automatic fallback, RRF ranking, content extraction, and budget enforcement.
A search server for the Model Context Protocol (MCP) that uses the Baidu Wenxin API.
Perform web, news, and image searches using the Microsoft Bing Search API.
An MCP server for web and local search using the Brave Search API.
Integrates the Brave Search API for both web and local search capabilities. Requires a BRAVE_API_KEY.
An MCP server for the Brave Search API, providing web and local search capabilities via a streaming SSE interface.
An MCP server for the Brave Search API, providing both web and local search capabilities.
Search for cocktail recipes using the cezzis.com API.
Free search API for AI agents — 105 engines, 22 profiles, 94.3% SimpleQA accuracy, MCP server with 5 tools
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



