GitHub Stars
278
User Rating
Not Rated
Favorites
0
Views
25
Forks
66
Issues
7
Installation
Difficulty
BeginnerEstimated Time
5-10 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Node.js: 18.0.0 or higher
npm: 8.0.0 or higher
Claude Desktop: Latest version
Installation Steps
1. Install Claude Desktop
Download and install the [Claude Desktop app](https://claude.ai/download).2. Edit claude_desktop_config.json
Next, add the following entry to your claude_desktop_config.json (on Mac, found at ~/Library/Application Support/Claude/claude_desktop_config.json):
json
{
"mcpServers": {
"webresearch": {
"command": "npx",
"args": ["-y", "@mzxrai/mcp-webresearch@latest"]
}
}
}