diff --git a/README.md b/README.md index c445482..c794c6d 100644 --- a/README.md +++ b/README.md @@ -12,105 +12,7 @@ A Model Context Protocol (MCP) server that integrates with [Supadata](https://su ## Installation -Connect your AI assistant to Supadata's MCP server to enable transcript extraction and web scraping capabilities directly in your workflow. - -### Claude Code - -```bash -claude mcp add --transport http supadata https://api.supadata.ai/mcp \ - --header "x-api-key: YOUR_SUPADATA_API_KEY" -``` - -### Claude Desktop - -Add to your config file: -- **macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json` -- **Windows**: `%APPDATA%\Claude\claude_desktop_config.json` - -```json -{ - "mcpServers": { - "supadata": { - "url": "https://api.supadata.ai/mcp", - "headers": { - "x-api-key": "YOUR_SUPADATA_API_KEY" - } - } - } -} -``` - -### Cursor - -Add to `.cursor/mcp.json` in your project root (or global config): - -```json -{ - "mcpServers": { - "supadata": { - "url": "https://api.supadata.ai/mcp", - "headers": { - "x-api-key": "YOUR_SUPADATA_API_KEY" - } - } - } -} -``` - -### Windsurf - -Add to `~/.codeium/windsurf/mcp_config.json`: - -```json -{ - "mcpServers": { - "supadata": { - "serverUrl": "https://api.supadata.ai/mcp", - "headers": { - "x-api-key": "YOUR_SUPADATA_API_KEY" - } - } - } -} -``` - -### VS Code + Copilot - -Add to your VS Code `settings.json`: - -```json -{ - "mcp": { - "servers": { - "supadata": { - "url": "https://api.supadata.ai/mcp", - "headers": { - "x-api-key": "YOUR_SUPADATA_API_KEY" - } - } - } - } -} -``` - -### Cline (VS Code Extension) - -Open Cline settings and add to the MCP Servers configuration: - -```json -{ - "supadata": { - "url": "https://api.supadata.ai/mcp", - "headers": { - "x-api-key": "YOUR_SUPADATA_API_KEY" - } - } -} -``` - ---- - -Replace `YOUR_SUPADATA_API_KEY` with your API key from [supadata.ai](https://supadata.ai). +For setup instructions for Claude, ChatGPT, Cursor, Windsurf, VS Code, and other clients, see the [integration guide](https://docs.supadata.ai/integrations/mcp). ## Configuration