/ Annuaire / Playground / Local Web Search MCP
● Communauté mrkrsl ⚡ Instantané

Local Web Search MCP

par 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.

Démo en direct

Aperçu en pratique

web-search-mcp-mrkrsl.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/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"
      ]
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

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

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

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

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

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

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

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

Continue utilise un tableau d'objets serveur plutôt qu'une map.

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

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

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

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Local Web Search MCP

Get started with Local Web Search MCP

Quand l'utiliser : When you want to bring Local Web Search MCP into your Claude workflow.

Déroulement
  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.✓ Copié

Résultat : Claude can interact with Local Web Search MCP directly from your IDE.

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills