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 💡
claude-thread-continuity
An MCP server that automatically saves and restores project context for Claude conversations, preventing loss of continuity when token limits are hit, and includes an anti-fragmentation system.
smart-tree
Smart Tree: not just a tree, a philosophy. A context-aware, AI-crafted replacement for 20+ tools with MEM8 quantum compression, semantic search, AST-smart editing, and partnership memory. Crafted with care by human + AI—accept no knock-offs.
jira-requester
An MCP server designed to interact with the Jira API (v2 client) to fetch ticket information and handle Jira Issues.
shodan-mcp
A powerful interface to the Shodan API for security researchers and cybersecurity professionals
eiz/fooddb
An MCP server for querying USDA Food Data Central nutritional information.
pox-mcp-server
An MCP server implementation that provides network control and management capabilities through the POX SDN controller.