SmartSearch MCP Server integrates the Cloudsway Smart Search API to provide web search functionality with structured JSON output, supporting keyword search, pagination, language, and safety options.
{
"mcpServers": {
"smartsearch": {
"command": "npx",
"args": [
"-y",
"@cloudsway-ai/smartsearch"
],
"env": {
"SERVER_KEY": "YOUR_API_KEY_HERE"
}
}
}
}