MCP Directory
Back

claude-search-mcp

by Doriandarko · JavaScript · ★ 49

A MCP server that provides web search capabilities using the Claude API.

Install

npx -y github:Doriandarko/claude-search-mcp

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "claude-search-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:Doriandarko/claude-search-mcp"
      ]
    }
  }
}

From the README

This MCP (Model Context Protocol) server provides web search capabilities using the Claude API. It allows LLMs to access up-to-date information from the web through a standardized interface. - Web search tool using Claude's web search API - Support for domain filtering (allowed and blocked domains) - Configurable maximum results per search - Automatic configuration from Claude Desktop config file - Node.js 18 or higher - An Anthropic API key with web search enabled - Claude Desktop app for testing 1. **Clone the repository:** 2. **Install dependencies:** 3. **Build the server…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers