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.
Recommend MCP Servers 💡
mcp-gsuite
MCP Server to interact with Google Gsuite prodcuts
drestrepom/mcp_graphql
An MCP server that enables interaction with GraphQL APIs by exposing queries as MCP tools
uns_mcp
An MCP server implementation for interacting with the Unstructured API. This server provides tools to list sources and workflows.
mcp-server-indexnow
An MCP server that bridges MCP clients with the IndexNow protocol for submitting URLs to search engines.
sdi2200262/eclass-mcp-server
An MCP server for interacting with Open eClass platform instances, with specific support for UoA's SSO authentication system.
mcp-twikit
A Model Context Protocol (MCP) server for interacting with Twitter.