Home

Awesome

Search1API MCP Server

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

https://github.com/user-attachments/assets/58bc98ae-3b6b-442c-a7fc-010508b5f028

Features

Tools

1. Search Tool

2. News Tool

3. Crawl Tool

4. Sitemap Tool

Setup Guide

1. Get Search1API Key

  1. Register at Search1API
  2. Choose a pricing plan (starts from $0.99)
  3. After payment, copy your API key from the confirmation email

2. Configure Claude Desktop

Update your Claude configuration file (claude_desktop_config.json) with the following content:

{
  "mcpServers": {
    "search1api": {
      "command": "npx",
      "args": ["-y", "search1api-mcp"],
      "env": {
        "SEARCH1API_KEY": "YOUR_SEARCH1API_KEY"
      }
    }
  }
}

Configuration file location:

Version History

License

This project is licensed under the MIT License - see the LICENSE file for details.