一个轻量的ai websearch的自建个人方案,支持baidu/tavily api ,内置sqlite 缓存和llm 摘要能力,支持litellm claude websearch 扩展接入
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"websearch-mcpserver": {
"command": "go",
"args": [
"run",
"github.com/daidaiJ/websearch-mcpserver@latest"
]
}
}
}
Run in terminal:
claude mcp add websearch-mcpserver go run github.com/daidaiJ/websearch-mcpserver@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"websearch-mcpserver": {
"command": "go",
"args": [
"run",
"github.com/daidaiJ/websearch-mcpserver@latest"
]
}
}
}