302AI Web Search
A web search server powered by the 302.AI API.
302AI Web Search MCP Server
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.
Máy chủ liên quan
Perplexity AI
Intelligent search, reasoning, and research capabilities powered by Perplexity's specialized AI models.
DuckDuckGo Search
Perform web searches using the DuckDuckGo Search API.
https://github.com/tolenonetwork/toleno-mcp.git
Good to go
Hermes Search
Provides full-text and semantic search over structured and unstructured data using Azure Cognitive Search.
Google Maps Extractor MCP
AI-powered lead generation from Google Maps. Search businesses, enrich with emails/phones/socials, score leads 0-100, export CSV. Free alternative to Apollo.io. No API keys required.
Scientific Paper Harvester
Harvests scientific papers from arXiv and OpenAlex, providing real-time access to metadata and full text.
Rijksmuseum MCP Server
Explore the Rijksmuseum's art collection using natural language.
Baselight
By connecting to Baselight, you can browse, discover, and query 70,000+ datasets and 450+ billion rows directly from your preferred environment—whether you’re building, analysing, or exploring.
Web Search
Perform Google searches and view web content with advanced bot detection avoidance.
MCP Deep Search
A server for performing deep web searches using the @just-every/search library, requiring API keys via an environment file.