What is the qsearch MCP server?
Multi-engine search for AI agents. Trust scoring, local corpus, MCP-native. Self-hostable, BYOK.
How to install qsearch
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"qsearch": {
"url": "https://qsearch.pro/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"qsearch": {
"serverUrl": "https://qsearch.pro/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"qsearch": {
"type": "http",
"url": "https://qsearch.pro/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"qsearch": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://qsearch.pro/mcp"
]
}
}
}Claude Code
claude mcp add --transport http qsearch https://qsearch.pro/mcpRelated MCP servers
MCP server for 1C Enterprise — ERP catalogs, documents via REST API (Russia)
View repository →MCP server for amoCRM API — leads, contacts, pipelines. Auth: Bearer token.
View repository →MCP server for Bitrix24 CRM — deals, contacts, tasks via webhook API.
View repository →MCP server for Boxberry delivery API — city/point search, delivery calculation, tracking. 4 tools.
View repository →MCP server for Calltouch API — call tracking, call statistics. Token auth.
View repository →MCP server for Central Bank of Russia API — currency rates, key rate, precious metals, conversion.
View repository →