Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Search1api Mcp

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

    156 stars
    TypeScript
    Updated Oct 13, 2025

    Table of Contents

    • Get Your API Key
    • Quick Start (Remote MCP)
    • Authentication
    • Claude Desktop
    • Claude.ai (Web)
    • Cursor
    • VS Code
    • Claude Code
    • Windsurf
    • Agent Skill
    • Local Mode (stdio)
    • Tools
    • search
    • news
    • crawl
    • sitemap
    • reasoning
    • trending
    • Version History
    • License

    Table of Contents

    • Get Your API Key
    • Quick Start (Remote MCP)
    • Authentication
    • Claude Desktop
    • Claude.ai (Web)
    • Cursor
    • VS Code
    • Claude Code
    • Windsurf
    • Agent Skill
    • Local Mode (stdio)
    • Tools
    • search
    • news
    • crawl
    • sitemap
    • reasoning
    • trending
    • Version History
    • License

    Documentation

    Search1API MCP Server

    中文文档

    The official MCP server for Search1API — web search, news, crawling, and more in one API.

    Get Your API Key

    1. Register at Search1API

    2. Get your API key from the dashboard

    Quick Start (Remote MCP)

    No installation required. Just configure your MCP client with the remote URL and your API key.

    Authentication

    Two methods are supported — use whichever your client supports:

    MethodFormat
    Authorization HeaderAuthorization: Bearer YOUR_SEARCH1API_KEY
    URL Query Parameterhttps://mcp.search1api.com/mcp?apiKey=YOUR_SEARCH1API_KEY

    Claude Desktop

    json
    {
      "mcpServers": {
        "search1api": {
          "url": "https://mcp.search1api.com/mcp",
          "headers": {
            "Authorization": "Bearer YOUR_SEARCH1API_KEY"
          }
        }
      }
    }

    Claude.ai (Web)

    Settings > Connectors > Add custom connector:

    code
    https://mcp.search1api.com/mcp?apiKey=YOUR_SEARCH1API_KEY

    Cursor

    json
    {
      "mcpServers": {
        "search1api": {
          "url": "https://mcp.search1api.com/mcp",
          "headers": {
            "Authorization": "Bearer YOUR_SEARCH1API_KEY"
          }
        }
      }
    }

    VS Code

    json
    {
      "servers": {
        "search1api": {
          "type": "http",
          "url": "https://mcp.search1api.com/mcp",
          "headers": {
            "Authorization": "Bearer YOUR_SEARCH1API_KEY"
          }
        }
      }
    }

    Claude Code

    bash
    claude mcp add --transport http search1api https://mcp.search1api.com/mcp \
      --header "Authorization: Bearer YOUR_SEARCH1API_KEY"

    Windsurf

    json
    {
      "mcpServers": {
        "search1api": {
          "serverUrl": "https://mcp.search1api.com/mcp?apiKey=YOUR_SEARCH1API_KEY"
        }
      }
    }

    Agent Skill

    The Agent Skill has moved to search1api-cli. Install it with:

    bash
    npm install -g search1api-cli
    npx skills add fatwang2/search1api-cli

    Local Mode (stdio)

    If you prefer to run the server locally, use npx — no cloning required:

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

    Tools

    search

    Search the web using Search1API.

    ParameterRequiredDefaultDescription
    queryYes-Search query
    max_resultsNo10Number of results
    search_serviceNogooglegoogle, bing, duckduckgo, yahoo, x, reddit, github, youtube, arxiv, wechat, bilibili, imdb, wikipedia
    crawl_resultsNo0Number of results to crawl for full content
    include_sitesNo[]Sites to include
    exclude_sitesNo[]Sites to exclude
    time_rangeNo-day, month, year

    news

    Search for news articles.

    ParameterRequiredDefaultDescription
    queryYes-Search query
    max_resultsNo10Number of results
    search_serviceNobinggoogle, bing, duckduckgo, yahoo, hackernews
    crawl_resultsNo0Number of results to crawl for full content
    include_sitesNo[]Sites to include
    exclude_sitesNo[]Sites to exclude
    time_rangeNo-day, month, year

    crawl

    Extract content from a URL.

    ParameterRequiredDescription
    urlYesURL to crawl

    sitemap

    Get all related links from a URL.

    ParameterRequiredDescription
    urlYesURL to get sitemap

    reasoning

    Deep thinking and complex problem solving with DeepSeek R1.

    ParameterRequiredDescription
    contentYesThe question or problem

    trending

    Get trending topics from popular platforms.

    ParameterRequiredDefaultDescription
    search_serviceYes-github, hackernews
    max_resultsNo10Number of items

    Version History

    • v0.3.0: Remote MCP support via Streamable HTTP; per-session API key authentication
    • v0.2.0: Fallback .env support for LibreChat integration
    • v0.1.8: X (Twitter) and Reddit search services
    • v0.1.7: Trending tool for GitHub and Hacker News
    • v0.1.6: Wikipedia search service
    • v0.1.5: New search parameters and services (arxiv, wechat, bilibili, imdb)
    • v0.1.4: Reasoning tool with DeepSeek R1
    • v0.1.3: News search
    • v0.1.2: Sitemap
    • v0.1.1: Web crawling
    • v0.1.0: Initial release

    License

    MIT

    Similar MCP

    Based on tags & features

    • PL

      Pluggedin Mcp Proxy

      TypeScript·
      97
    • BA

      Bazi Mcp

      TypeScript·
      184
    • BI

      Bilibili Mcp Js

      TypeScript·
      121
    • BR

      Browser Control Mcp

      TypeScript·
      183

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • PL

      Pluggedin Mcp Proxy

      TypeScript·
      97
    • BA

      Bazi Mcp

      TypeScript·
      184
    • BI

      Bilibili Mcp Js

      TypeScript·
      121
    • BR

      Browser Control Mcp

      TypeScript·
      183

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k