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
search
query
(required): Search querymax_results
(optional, default: 10): Number of results to returnsearch_service
(optional, default: “google”): Search service to usenews
query
(required): Search querymax_results
(optional, default: 10): Number of results to returnsearch_service
(optional, default: “google”): Search service to usecrawl
url
(required): URL to crawlsitemap
url
(required): URL to get sitemapreasoning
content
(required): The question or problem that needs deep thinkingUpdate 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:
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
Easy way:
search1api
with the command env SEARCH1API_KEY=your-search1api-key npx -y search1api-mcp
Safe way:
search1api
with the command sh ./your_file_path/run.sh
Read the Cursor MCP Server Official Documentation to get more information.
Update your Windsurf configuration file (mcp_config.json
) with the following content:
{
"mcpServers": {
"search1api": {
"command": "npx",
"args": ["-y", "search1api-mcp"],
"env": {
"SEARCH1API_KEY": "YOUR_SEARCH1API_KEY"
}
}
}
}
Read the Windsurf MCP Server Official Documentation to get more information.
Notice: After the configuration is done, you can close Windsurf offcial web tools to save your credits
This project is licensed under the MIT License - see the LICENSE file for details.
Mcp2serial
A open-source library enabling AI models to control hardware devices via serial communication using the MCP protocol. Initial support for Raspberry Pi Pico.
Mcp Taskwarrior
A simple MCP Server for Taskwarrior
Resend Mcp
A MCP server for Resend API. Let LLMs compose and send emails for you.