Standalone MCP server exposing web_search and web_fetch tools over HTTP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-web-search-serve": {
"command": "npx",
"args": [
"-y",
"am24check/mcp-web-search-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-web-search-serve npx -y am24check/mcp-web-search-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-web-search-serve": {
"command": "npx",
"args": [
"-y",
"am24check/mcp-web-search-server"
]
}
}
}