/ Directorio / Playground / Local Web Search MCP
● Comunidad mrkrsl ⚡ Instantáneo

Local Web Search MCP

por mrkrsl · mrkrsl/web-search-mcp

Locally-hosted Web Search MCP server for use with local LLMs — no API key required.

Locally-hosted Web Search MCP server for use with local LLMs — no API key required.

Demo en vivo

Cómo se ve en la práctica

web-search-mcp-mrkrsl.replay ▶ listo
0/0

Instalar

Elige tu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "web-search-mcp-mrkrsl": {
      "command": "npx",
      "args": [
        "-y",
        "web-search-mcp-mrkrsl"
      ]
    }
  }
}

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "web-search-mcp-mrkrsl": {
      "command": "npx",
      "args": [
        "-y",
        "web-search-mcp-mrkrsl"
      ]
    }
  }
}

Cursor usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "web-search-mcp-mrkrsl": {
      "command": "npx",
      "args": [
        "-y",
        "web-search-mcp-mrkrsl"
      ]
    }
  }
}

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "web-search-mcp-mrkrsl": {
      "command": "npx",
      "args": [
        "-y",
        "web-search-mcp-mrkrsl"
      ]
    }
  }
}

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "web-search-mcp-mrkrsl",
      "command": "npx",
      "args": [
        "-y",
        "web-search-mcp-mrkrsl"
      ]
    }
  ]
}

Continue usa un array de objetos de servidor en lugar de un mapa.

~/.config/zed/settings.json
{
  "context_servers": {
    "web-search-mcp-mrkrsl": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "web-search-mcp-mrkrsl"
        ]
      }
    }
  }
}

Añádelo a context_servers. Zed recarga en caliente al guardar.

claude mcp add web-search-mcp-mrkrsl -- npx -y web-search-mcp-mrkrsl

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: Local Web Search MCP

Get started with Local Web Search MCP

Cuándo usarlo: When you want to bring Local Web Search MCP into your Claude workflow.

Flujo
  1. Install the MCP server in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Local Web Search MCP to help me with a task.✓ Copiado

Resultado: Claude can interact with Local Web Search MCP directly from your IDE.

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills