mrgoonie/searchapi-mcp-server
TypeScript Model Context Protocol (MCP) server boilerplate providing search API tools/resources. Includes CLI support and extensible structure for connecting AI systems (LLMs) to external data sources (Google, Bing, etc.) via SearchAPI.site
Platform-specific configuration:
{
"mcpServers": {
"searchapi-mcp-server": {
"command": "npx",
"args": [
"-y",
"searchapi-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...