CreativeScope MCP

Add CreativeScope to your Agent

Put your API key into any MCP-enabled client — one config block, then ask in plain English.

1  ·  Your API key

Your API key lives in your account. Copy it there, then paste it below wherever you see YOUR_API_KEY

Open your account No account yet?

2  ·  Add to your client

1Open your config file:

macOS

~/Library/Application Support/Claude/claude_desktop_config.json

Windows

%APPDATA%\Claude\claude_desktop_config.json

2Add the block below, save, and restart Claude Desktop:

{
  "mcpServers": {
    "creativescope": {
      "url": "https://mcp.creativescope.ai/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}