metalift for Cursor
io.github.metalift-ai/metalift
Metalift MCP for AI agents: web search (2 credits), scrape, crawl, and map tools
client:Cursor
transport:stdio
runtime:npm
Install metalift in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"metalift": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@metalift/mcp"
],
"env": {
"METALIFT_API_URL": "<METALIFT_API_URL>",
"METALIFT_API_KEY": "<METALIFT_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs