Skip to main content

What is MCP?

The Model Context Protocol (MCP) lets AI assistants read and understand documentation directly. Instead of copy-pasting code snippets, you can ask questions and get answers with full context from these docs.

Ask Questions

“How do I display creator discounts on product pages?”

Get Code

“Show me the Liquid for a co-branded hero section”

Debug Issues

“Why isn’t my creator data showing up?”

Plan Implementation

“What’s the best order to implement co-branding?”

Universal MCP Configuration

Copy this JSON snippet into any MCP-compatible client:
{
  "mcpServers": {
    "creatorcommerce": {
      "url": "https://creatorcommerce.dev/mcp"
    }
  }
}

Connect Your AI Tool

Cursor

1

Open Cursor Settings

Press Cmd+, (Mac) or Ctrl+, (Windows)
2

Go to MCP Servers

Navigate to Features → MCP Servers
3

Add Server

Click “Add Server” and paste:
https://creatorcommerce.dev/mcp
4

Start Asking

In any chat, reference @creatorcommerce to include docs context

VS Code (with Continue or Cline)

1

Install Extension

Install Continue or Cline from the VS Code marketplace
2

Configure MCP

Add to your extension settings:
{
  "mcp": {
    "servers": {
      "creatorcommerce": {
        "url": "https://creatorcommerce.dev/mcp"
      }
    }
  }
}
3

Start Asking

Open the chat panel and ask about CreatorCommerce

Claude

In Claude.ai (web/app):

1

Open Settings

Go to Settings → Integrations (or look for the integrations/connectors menu)
2

Add MCP Server

Add a custom MCP server by providing the URL:
https://creatorcommerce.dev/mcp

In Claude Code (CLI):

Add it to your .claude/settings.json or project-level claude_code_config.json:
{
  "mcpServers": {
    "creatorcommerce": {
      "type": "url",
      "url": "https://creatorcommerce.dev/mcp"
    }
  }
}

ChatGPT / Perplexity

Use the contextual menu on any page:
  1. Click the contextual menu (top right of any page)
  2. Select ChatGPT or Perplexity
  3. Start asking questions with the docs as context

Quick Access from Any Page

Every page in these docs has a contextual menu with one-click access to:
OptionWhat It Does
CopyCopy page as markdown for pasting into any AI
ChatGPTOpen ChatGPT with page as context
ClaudeOpen Claude with page as context
PerplexityOpen Perplexity with page as context
CursorInstall MCP server in Cursor
VS CodeInstall MCP server in VS Code
MCP URLCopy the MCP server URL

Example Prompts

See example prompts and use cases for ready-to-use prompts and AI-guided workflows.

Full Documentation Index

For AI tools that support it, fetch the complete documentation index:
https://creatorcommerce.dev/llms.txt
This file lists all available pages for comprehensive context.

Need Help?

Book a Call

Talk to our team about your implementation

Email Support

Get help via email