Anakin for Cursor
io.anakin/mcp
Web data for AI agents: scrape, crawl, search, deep research, site monitoring, browser automation
client:Cursor
transport:stdio
runtime:npm
Install Anakin in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@anakin-io/mcp"
],
"env": {
"ANAKIN_API_KEY": "<ANAKIN_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs