← Back to Plugins
MCP Server MCP

smart-web

github By github 👁 1 views ▲ 0 votes

Web search, direct-URL fetch, crawl, and docs export MCP. smartfetch for URLs.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "smart-web-mcp",
      "version": "0.8.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional path to a `smart-web` settings JSON file. If omitted, the server reads `~/.config/smart-web/settings.json` when present.",
          "format": "string",
          "name": "SMART_WEB_SETTINGS_FILE"
        },
        {
          "description": "Optional temp root for smart-web dev snapshots and export staging. If omitted, smart-web uses a platform cache directory instead of an ambient home-directory temp path.",
          "format": "string",
          "name": "SMART_WEB_TMP_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...