Cursor is an AI-powered code editor. With the Geekflare MCP server connected, Cursor’s agent can scrape pages, run searches, take screenshots, and look up DNS records directly from your editor — no copy-pasting, no context switching.
Setup
Remote URL (Recommended)
Local via npx
No installation required. Open Cursor Settings → MCP and add:{
"mcpServers": {
"geekflare": {
"url": "https://mcp.geekflare.com/YOUR_API_KEY/mcp"
}
}
}
Replace YOUR_API_KEY with your Geekflare API key. Requires Node.js installed locally.Open Cursor Settings → MCP and add:{
"mcpServers": {
"geekflare": {
"command": "npx",
"args": ["-y", "@geekflare/mcp"],
"env": {
"API_KEY": "YOUR_API_KEY"
}
}
}
}
After saving, click Refresh in the MCP panel. You should see the Geekflare tools listed.
Cursor MCP support requires version 0.45.6 or later. Update via Help → Check
for Updates.
Usage Examples
Open Cursor’s Composer (Cmd+L / Ctrl+L), switch to Agent mode, and try:
Scrape a webpage
Scrape https://example.com and summarize the main content in bullet points.
Search the web
Search for "best Node.js ORM 2025" and return the top 5 results with URLs.
Take a screenshot
Take a full-page screenshot of https://geekflare.com and tell me what you see.
DNS lookup
Look up all DNS records for geekflare.com.