MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQChangelog

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Smart Web

by Rich Jojo
Developer ToolsUse Caution4.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

Portable MCP server for fallback web search and browser-aware fetch.

About

Portable MCP server for fallback web search and browser-aware fetch.

What You'll Need

Set these up before or after installing:

Optional Exa key for the first search tier.Required

Environment variable: EXA_API_KEY

Optional Brave Search key for the second search tier.Required

Environment variable: BRAVE_SEARCH_API_KEY

Optional self-hosted SearXNG base URL for private, no-key search fallback before DuckDuckGo.Optional

Environment variable: SEARXNG_BASE_URL

Optional toggle to enable or disable Exa search.Optional

Environment variable: SMARTSEARCH_ENABLE_EXA

Optional toggle to enable or disable Brave search.Optional

Environment variable: SMARTSEARCH_ENABLE_BRAVE

Optional toggle to enable or disable SearXNG search.Optional

Environment variable: SMARTSEARCH_ENABLE_SEARXNG

Optional toggle to enable or disable DuckDuckGo fallback search.Optional

Environment variable: SMARTSEARCH_ENABLE_DUCKDUCKGO

Optional Playwright browser channel override.Optional

Environment variable: SMARTFETCH_CHROME_CHANNEL

Optional explicit Chrome executable path for Playwright.Optional

Environment variable: SMARTFETCH_CHROME_PATH

Optional opt-in for FxTwitter relay enrichment on X posts.Optional

Environment variable: SMARTFETCH_ENABLE_FXTWITTER

Optional toggle to enable or disable X oEmbed fallback.Optional

Environment variable: SMARTFETCH_ENABLE_X_OEMBED

Optional toggle to enable or disable Reddit JSON enrichment.Optional

Environment variable: SMARTFETCH_ENABLE_REDDIT_JSON

Optional override to allow localhost/private/reserved fetch targets.Optional

Environment variable: SMART_WEB_ALLOW_PRIVATE_HOSTS

Optional mode that disables public fallback and relay-style providers unless explicitly enabled.Optional

Environment variable: SMART_WEB_LOCAL_ONLY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-rich-jojo-smart-web": {
      "env": {
        "EXA_API_KEY": "your-exa-api-key-here",
        "SEARXNG_BASE_URL": "your-searxng-base-url-here",
        "BRAVE_SEARCH_API_KEY": "your-brave-search-api-key-here",
        "SMART_WEB_LOCAL_ONLY": "your-smart-web-local-only-here",
        "SMARTFETCH_CHROME_PATH": "your-smartfetch-chrome-path-here",
        "SMARTSEARCH_ENABLE_EXA": "your-smartsearch-enable-exa-here",
        "SMARTSEARCH_ENABLE_BRAVE": "your-smartsearch-enable-brave-here",
        "SMARTFETCH_CHROME_CHANNEL": "your-smartfetch-chrome-channel-here",
        "SMARTFETCH_ENABLE_X_OEMBED": "your-smartfetch-enable-x-oembed-here",
        "SMARTSEARCH_ENABLE_SEARXNG": "your-smartsearch-enable-searxng-here",
        "SMARTFETCH_ENABLE_FXTWITTER": "your-smartfetch-enable-fxtwitter-here",
        "SMARTFETCH_ENABLE_REDDIT_JSON": "your-smartfetch-enable-reddit-json-here",
        "SMARTSEARCH_ENABLE_DUCKDUCKGO": "your-smartsearch-enable-duckduckgo-here",
        "SMART_WEB_ALLOW_PRIVATE_HOSTS": "your-smart-web-allow-private-hosts-here"
      },
      "args": [
        "-y",
        "smart-web-mcp"
      ],
      "command": "npx"
    }
  }
}

Security Report

4.5
Use Caution4.5High Risk

This is a well-structured MCP server for web search and fetch tools with proper authentication patterns and reasonable security controls. The code includes appropriate permissions for its developer tools purpose including network access, environment variables, and file system operations. Minor code quality issues exist around broad exception handling and some input validation patterns, but no significant security vulnerabilities were found. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

Scanned 5 files · 8 findings

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

process_spawn

Check that this permission is expected for this type of plugin.

file_system

Check that this permission is expected for this type of plugin.

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source Codenpm Package

Details

Published March 21, 2026
Version 0.1.0
0 installs
Local Plugin