fa

fatwang2/search1api-mcp

๐Ÿ“‡ โ˜๏ธ Search via search1api (requires paid API key)

#search#API#paid
Publisherfatwang2/search1api-mcp
Submitted date4/19/2025

Overview: Search1API MCP Server

Title

Search1API MCP Server

A Model Context Protocol (MCP) server that provides search and crawl functionality using Search1API.

How to Use

Prerequisites

  • Node.js >= 18.0.0
  • A valid Search1API API key

Installation

  1. Clone the repository:
    git clone https://github.com/fatwang2/search1api-mcp.git cd search1api-mcp
  2. Configure your API key (via .env file or environment variables).
  3. Install dependencies and build:
    npm install npm run build

Usage

Start the server:

npm start

The server will then be ready to accept connections from MCP clients.

Key Features

  • Web & News Search โ€“ Supports multiple search services (Google, Bing, DuckDuckGo, etc.).
  • Content Extraction โ€“ Crawl web pages for full content.
  • Deep Problem Solving โ€“ Leverages DeepSeek R1 for complex queries.
  • Seamless Integration โ€“ Works with MCP clients like Claude Desktop, Cursor, and LibreChat.
  • Customizable Search โ€“ Filter by sites, time range, and more.

Use Cases

  • Research & Information Retrieval โ€“ Quickly gather and analyze web data.
  • News Monitoring โ€“ Track trending topics or specific keywords.
  • Content Aggregation โ€“ Extract and summarize articles.
  • AI-Powered Assistants โ€“ Enhance chatbots with real-time search capabilities.
  • Developer Tools โ€“ Integrate with IDEs like VS Code for smarter workflows.

For detailed setup and integration guides (including LibreChat/Docker), refer to the full documentation.

Visit More

View All