10 months ago
An MCP server integrating the remote Cloudsway Smart Search API, providing web search functionality.
Server Config
{
"mcpServers": {
"smartsearch": {
"command": "npx",
"args": [
"-y",
"@cloudsway-ai/smartsearch"
],
"env": {
"SERVER_KEY": "YOUR_API_KEY_HERE"
}
}
}
}