A comprehensive Model Context Protocol (MCP) server that combines Google Custom Search and Wikipedia functionality for advanced research and information retriev
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"research-assistant-m": {
"command": "npx",
"args": [
"-y",
"1999AZZAR/research-assistant-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add research-assistant-m npx -y 1999AZZAR/research-assistant-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"research-assistant-m": {
"command": "npx",
"args": [
"-y",
"1999AZZAR/research-assistant-mcp-server"
]
}
}
}
📋 Copy