slikk66/mini-search-mcp
If you are the rightful owner of mini-search-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Model Context Protocol (MCP) server is a specialized server designed to facilitate communication and integration between various systems and tools that support the MCP framework.
Pull this repo, go into it on CLI and run: make start
Should see this:
➜ lmmcp git:(master) make start
[(buildy stuff)]
[+] Building 1/1
✔ mcp-websearch Built 0.0s
docker compose up -d
[+] Running 2/2
✔ Container mcp-websearch Started 1.2s
✔ Container searxng Started 0.4s
docker logs mcp-websearch --tail=100
> mcp-websearch@1.0.0 start
> node dist/server.js
MCP server listening on http://localhost:3333/mcp
Last line showing it listening is what you want.
After you setup LM studio, edit the mcp.json to include the server (see below JSON), and make sure the "mcp/websearch-mcp" tool is enabled:
{
"mcpServers": {
"websearch-mcp": {
"url": "http://localhost:3333/mcp"
}
}
}
It also should provide "web_search" tool to any other system that supports MCP, btw, if you can just add the MCP server to the tool's list.