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-scraperChatGPT
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: OAuthCursor and other clients
Add the hosted endpoint to your MCP configuration.
{
"mcpServers": {
"importio": {
"url": "https://mcp.import.io/mcp"
}
}
}