Command Palette

Search for a command to run...

UnylyUnyly
Browse all

302AI Web Search

FreeNot checked

Enables web search functionality via the 302AI API.

GitHubEmbed

About

Enables web search functionality via the 302AI API.

README

Development

Install dependencies:

npm install

Build the server:

npm run build

For development with auto-rebuild:

npm run watch

Installation

To use with Claude Desktop, add the server config:

On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "302ai-web-search-mcp": {
      "command": "npx",
      "args": ["-y", "@302ai/web-search-mcp"],
      "env": {
        "302AI_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}

Find Your 302AI_API_KEY here

Debugging

Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:

npm run inspector

The Inspector will provide a URL to access debugging tools in your browser.

from github.com/302ai/302_web_search_mcp

Install 302AI Web Search in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install 302ai-web-search-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add 302ai-web-search-mcp -- npx -y @302ai/web-search-mcp

FAQ

Is 302AI Web Search MCP free?

Yes, 302AI Web Search MCP is free — one-click install via Unyly at no cost.

Does 302AI Web Search need an API key?

No, 302AI Web Search runs without API keys or environment variables.

Is 302AI Web Search hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install 302AI Web Search in Claude Desktop, Claude Code or Cursor?

Open 302AI Web Search on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare 302AI Web Search with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs