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.
相关服务器
General MCP Server
An MCP server providing search capabilities for Reddit, YouTube, and Twitter.
Rolli MCP
Social media search and analytics across X, Reddit, Bluesky, YouTube, LinkedIn, Facebook, Instagram, and Weibo via the Rolli IQ API
Perplexity
Interacting with Perplexity
Typesense MCP Server
An MCP server for interacting with the Typesense search engine.
APLCart MCP Server
An MCP server providing semantic search capabilities for APLCart data.
Serper MCP Server
Access Google Search results using the Serper API.
Wolfram Alpha
Access the Wolfram Alpha API for computational knowledge and real-time data.
Google Search Console
An MCP server for accessing Google Search Console data, including site performance and indexing status.
mcp-seo-audit
SEO audit and Google Search Console MCP server with 23 tools. Search analytics, URL inspection, Indexing API, Core Web Vitals (CrUX), striking distance keywords, keyword cannibalization detection, branded query analysis, and automated site audits.
SearXNG Bridge
A bridge server for connecting to a SearXNG metasearch engine instance.