import.io
Docs

MCP clients

Setup notes for Claude, ChatGPT, Cursor, and other MCP clients.

Claude

Install from the Import.io marketplace entry when it is available.

$ claude plugin marketplace add import-io/mcp-plugin
$ claude plugin install importio-web-scraper

ChatGPT

Create a connector that points to the Import.io MCP endpoint and uses OAuth authentication.

Name: Import.io Web Scraper
URL:  https://mcp.import.io/mcp
Auth: OAuth

Cursor and other clients

Add the hosted endpoint to your MCP configuration.

{
  "mcpServers": {
    "importio": {
      "url": "https://mcp.import.io/mcp"
    }
  }
}