mcp-searchable

dragoscirjan/mcp-searchable
★ 0 stars TypeScript 💻 Code/Dev Tools Updated 4d ago
MCP Server for Web Fetch and Search
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-searchable": {
      "command": "npx",
      "args": [
        "-y",
        "dragoscirjan/mcp-searchable"
      ]
    }
  }
}

README Excerpt

> A modern TypeScript project template with ESM, testing, linting, and quality tools built-in. - [TypeScript Bootstrap Template](#typescript-bootstrap-template) - [Quick Start](#quick-start) - [Bootstrap Options](#bootstrap-options) - [What's Included](#whats-included) - [Common Commands](#common-commands)