Claude Web Search MCP Server
Claude Web 搜索 MCP 服务器
该 MCP(模型上下文协议)服务器使用 Claude API 提供网络搜索功能。它允许 LLM 通过标准化接口访问网络上的最新信息。
特征
使用 Claude 的网络搜索 API 的网络搜索工具
支持域过滤(允许和阻止域)
可配置每次搜索的最大结果数
从 Claude Desktop 配置文件自动配置
Related MCP server: Google Search MCP
先决条件
Node.js 18 或更高版本
启用了网络搜索的 Anthropic API 密钥
用于测试的 Claude 桌面应用程序
安装和设置
克隆存储库:
git clone https://github.com/Doriandarko/claude-search-mcp.git cd claude-search-mcp安装依赖项:
npm install构建服务器:
npm run build这将编译 TypeScript 代码并使服务器可执行。
链接服务器以实现全局访问:
npm link这使得
mcp-server-claude-search命令在整个系统范围内可用,从而允许 Claude Desktop 应用程序找到它。
使用 Claude 桌面应用程序运行服务器
一旦服务器安装并链接,如果配置正确,Claude Desktop 应用程序就可以自动管理它。
**配置 Claude 桌面应用:**打开 Claude 桌面应用的 MCP 服务器配置文件(通常为
claude_desktop_config.json)。添加或更新此服务器的条目:{ "mcpServers": { // ... other servers ... "claude-search": { "command": "mcp-server-claude-search", "env": { "ANTHROPIC_API_KEY": "YOUR_ANTHROPIC_API_KEY_HERE" } } // ... other servers ... } }将
"YOUR_ANTHROPIC_API_KEY_HERE"替换为你实际的 Anthropic API 密钥。如果env变量未在此处设置,服务器也会尝试从~/code/claude-search-mcp/claude_desktop_config.json读取此密钥,但建议在主配置中为每个服务器分别定义此密钥。**启动 Claude 桌面应用程序:**启动(或重启)您的 Claude 桌面应用程序。现在它应该能够在需要时找到并启动
mcp-server-claude-search。**使用网络搜索:**您现在可以在与 Claude 的对话中使用网络搜索功能。
手动服务器执行(用于测试/开发)
如果您想手动运行服务器以进行测试或开发目的(在 Claude Desktop 应用程序管理之外):
使用全局链接命令:
mcp-server-claude-search直接使用 tsx(用于自动重启开发):
npm run dev直接运行编译后的代码:
npm start
Web 搜索工具参数
当 LLM 调用网络搜索工具时,它支持以下参数:
query(必需):搜索查询字符串。maxResults(可选):返回的最大搜索结果数(默认值:5)。allowedDomains(可选):要包含在搜索结果中的域数组(例如,["example.com", "wikipedia.org"])。blockedDomains(可选):从搜索结果中排除的域数组。
执照
麻省理工学院
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceFacilitates web search capabilities using Perplexity's API, allowing users to retrieve search results through Claude's interface.17MIT
- AlicenseBqualityDmaintenanceEnables Large Language Models to perform real-time web searches using Google Custom Search API. Integrates with Claude Desktop to retrieve current information from the internet.1MIT
- AlicenseNot gradedqualityDmaintenanceExposes Perplexity AI's search capabilities to Claude, enabling real-time web search and information retrieval within the assistant. The project is currently in active development with plans to support Perplexity Spaces and multi-source data synthesis.Apache 2.0
- AlicenseNot gradedqualityFmaintenanceProvides real-time Google search capabilities to AI assistants like Claude, bypassing anti-scraping mechanisms.28618MIT
Related MCP Connectors
Live SEO workflow tools for Claude Code, Codex, and AI agents.
The best web search for your AI Agent
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Doriandarko/claude-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server