1Open your config file:
macOS
~/Library/Application Support/Claude/claude_desktop_config.json Windows
%APPDATA%\Claude\claude_desktop_config.json Put your API key into any MCP-enabled client — one config block, then ask in plain English.
Your API key lives in your account. Copy it there, then paste it below wherever you see YOUR_API_KEY
macOS
~/Library/Application Support/Claude/claude_desktop_config.json Windows
%APPDATA%\Claude\claude_desktop_config.json {
"mcpServers": {
"creativescope": {
"url": "https://mcp.creativescope.ai/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}