Skip to content
MCP-Bridge
Design & Creative

ART19 Content API Documentation Claude Desktop Config

Add the ART19 Content API Documentation MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "art19-com": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/art19-com"
      ],
      "env": {
        "ART19_CONTENT_API_DOCUMENTATION_API_KEY": "your_art19_content_api_documentation_api_key"
      }
    }
  }
}

Environment Variables

ART19_CONTENT_API_DOCUMENTATION_API_KEY

Replace your_art19_content_api_documentation_api_key with your actual art19 content api documentation api key

Endpoints

GET/classification_inclusions

Get ClassificationInclusion records

GET/classification_inclusions/{id}

Get a specific classification inclusion

GET/classifications

Get a list of classifications

GET/classifications/{id}

Get a specific classification

GET/credits

Get a list of credits

GET/credits/{id}

Get a specific credit

GET/episodes

Get a list of episodes

GET/episodes/{id}

Get a specific episode

GET/episodes/{id}/next_sibling

Get the episode released right after the specified one

GET/episodes/{id}/previous_sibling

Get the episode released right before the specified one