Back to MCP Servers
🔌

fatwang2/search1api-mcp

MITAPI key required

📇 ☁️ - Search via search1api (requires paid API key)

TypeScriptSearch

Install

npx -y skills

Required environment variables

YOUR_SEARCH1API_KEYSet in your MCP config
SEARCH1API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "fatwang2-search1api-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "skills"
      ],
      "env": {
        "YOUR_SEARCH1API_KEY": "<YOUR_YOUR_SEARCH1API_KEY>",
        "SEARCH1API_KEY": "<YOUR_SEARCH1API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.