Skip to main content
VS Code supports MCP servers through GitHub Copilot’s agent mode (requires VS Code 1.99+). With Geekflare connected, Copilot can scrape pages, search the web, take screenshots, and look up DNS records from within your editor.

Setup

Press Ctrl+Shift+P (or Cmd+Shift+P on Mac) and open Preferences: Open User Settings (JSON). Add:
{
  "mcp": {
    "servers": {
      "geekflare": {
        "type": "http",
        "url": "https://mcp.geekflare.com/YOUR_API_KEY/mcp"
      }
    }
  }
}
Replace YOUR_API_KEY with your Geekflare API key.

Usage Examples

Open GitHub Copilot Chat (Ctrl+Alt+I), switch to Agent mode, and try: Scrape a webpage
Use Geekflare to scrape https://example.com and extract the main body text.
Metadata scraping
Fetch the meta tags from https://geekflare.com and show me the SEO title and description.
Search
Search for "VS Code MCP extensions" and give me the top results.
DNS lookup
Look up the A and MX records for github.com.