research for Cursor
io.github.ilo415/research
AI research for agents. Company intel, competitor analysis, web scraping, topic dives. Pay via MPP.
client:Cursor
transport:stdio
runtime:npm
Install research in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"research": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ilo415-research-mcp"
],
"env": {
"MPP_PRIVATE_KEY": "<MPP_PRIVATE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs