Intelligence Gathering System — MCP server for real-time news monitoring, Reddit search, and academic research across 223 RSS sources
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"igs-mcp": {
"command": "npx",
"args": [
"-y",
"ishan-parihar/igs-mcp"
]
}
}
}
Run in terminal:
claude mcp add igs-mcp npx -y ishan-parihar/igs-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"igs-mcp": {
"command": "npx",
"args": [
"-y",
"ishan-parihar/igs-mcp"
]
}
}
}