๐Ÿค– MCP Integration

Connect StoryLab with Claude Code, ChatGPT, and other AI assistants

What is MCP?

Model Context Protocol (MCP) lets you connect StoryLab directly to AI assistants like Claude Code, ChatGPT, and Gemini. This enables:

Claude Code โœ… Working

Integrate StoryLab directly into your Claude Code workflow for seamless content analysis.

Choose Your Configuration

Setup Instructions

Add this to your claude_desktop_config.json file:

  1. ๐Ÿ“ฑ Find your config file:
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  2. ๐Ÿ“ Copy the JSON configuration from the box above
  3. ๐Ÿ“ Paste it into your config file (create the file if it doesn't exist)
  4. โœ๏ธ Update your credentials in the configuration
  5. ๐Ÿ”„ Restart Claude Desktop to load the integration

ChatGPT ๐Ÿšง Beta

Use StoryLab with ChatGPT through OpenAI's GPT actions or custom API integration.

GPT Action Configuration

{ "openapi": "3.1.0", "info": { "title": "StoryLab MCP API", "version": "1.0.0" }, "servers": [ { "url": "https://storylab.scope3.com/mcp" } ], "paths": { "/api/analyze-content": { "post": { "operationId": "analyzeContent", "summary": "Analyze marketing content for brand stories", "requestBody": { "required": true, "content": { "application/json": { "schema": { "type": "object", "properties": { "content": {"type": "string"}, "language": {"type": "string", "default": "English"} } } } } } } } }, "components": { "securitySchemes": { "BearerAuth": { "type": "http", "scheme": "bearer" } } } }

Google Gemini ๐Ÿ“‹ Planned

Integration with Google Gemini through function calling and extensions (coming soon).

Function Calling Schema

{ "name": "storylab_analyze_content", "description": "Analyze marketing content to extract brand stories and narratives", "parameters": { "type": "object", "properties": { "content": { "type": "string", "description": "Marketing content or brief to analyze" }, "language": { "type": "string", "description": "Target language for analysis", "default": "English" } }, "required": ["content"] } }

๐Ÿงช Test Your Integration

Once configured, try these sample queries with your AI assistant. You can also use the built-in sample prompts that appear in your MCP integration!

๐ŸŽฏ Brand Story Analysis:
"Analyze this marketing content: 'Our eco-friendly brand focuses on sustainable materials and ethical manufacturing...'"
๐Ÿ” Content Search:
"Search for articles about sustainable fashion trends"
๐Ÿ“‹ Query Generation:
"Based on my brand analysis, generate search queries to find similar brands and competitors"
๐Ÿญ Complete Research Workflow:
"Do a comprehensive brand research analysis for [your brand content]"
๐Ÿ’ก Try Sample Prompts:
Look for "Sample Prompts" in your MCP integration - these include guided workflows like "Analyze Marketing Content" and "Complete Brand Research"
๐Ÿ“ˆ Get analytics:
"Show me my StoryLab usage statistics and recent activity"
๐Ÿ“š Story Management:
"List all my stories, then edit the one about sustainability to add a new article from URL: https://example.com/green-tech"
๐Ÿ” Find Similar Content:
"Find stories from my initial prompt: 'AI-powered healthcare innovation' and show me what's already in my collection"
๐Ÿš€ Complete Story Workflow:
"Use guided story creation to help me build a comprehensive story about renewable energy trends with a brief first"

๐Ÿ”ง Available MCP Tools

StoryLab provides these tools through the MCP protocol:

โšก Quick Start

  1. Choose Your Setup: Select your Claude version and authentication method above
  2. Copy Configuration: Click "Copy Configuration" to get your personalized setup
  3. Add to Claude: Paste the configuration into your Claude settings
  4. Update Credentials: Replace placeholder email/password with your actual StoryLab credentials
  5. Test & Explore: Try sample queries like "What brand stories do I have live in StoryLab?"

That's it! No tokens needed - just use your regular StoryLab login credentials in the configuration.