用于本地LLMs的网页搜索MCP服务器
MCP Serverby mrkrsl · Added 5mo ago
Claude
631
Install
git clone https://github.com/mrkrsl/web-search-mcpAdd to Claude
claude mcp add llms-mcpQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"llms-mcp": {
"command": "npx",
"args": [
"@modelcontextprotocol/llms-mcp"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
一个使用TypeScript的MCP服务器,能够执行网页搜索并提取搜索结果的完整页面内容。不需要任何外部数据文件。
Tags
browser-webmcp-server