Skip to content
MCP-BridgeMCP-Bridge
Design & CreativeAuto-generatedScore: 34

ART19 Content API Documentation MCP Server

The ART19 Content API conforms to the [JSON:API specification](http://jsonapi.org). API requests **MUST** use the HTTP Accept header: `Accept: application/vnd.api+json` API requests **MUST** be authenticated using the HTTP Authorization header: `Authorization: Token token="your-token", credentia

Quick Answer

  1. 1. The ART19 Content API Documentation MCP server lets Claude, Cursor, and VS Code interact with the ART19 Content API Documentation API through natural language.
  2. 2. Setup: Add the config to claude_desktop_config.json, set your environment variables, and restart.
  3. 3. 10 operations available including Get ClassificationInclusion records, Get a specific classification inclusion, Get a list of classifications, and more.
  4. 4. Quality score: 34/99fair source quality and documentation coverage.

Overview

Category: Design & Creative

Auth: None

Endpoints: 10

Transport: STDIO

Command: npx -y @mcp/art19-com

Spec: v1.0.0

Setup time: ~30 sec (no auth)

Environment Variables

ART19_CONTENT_API_DOCUMENTATION_API_KEY

Example: your_art19_content_api_documentation_api_key

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to 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"
      }
    }
  }
}
Deep link

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "art19-com": {
      "url": "https://mcpbridge.org/config/art19-com.json"
    }
  }
}

Saves as .cursor/mcp.json in the download. Move it to your project root.

Deep link install →

VS Code

Use with MCP extension

{
  "mcpServers": {
    "art19-com": {
      "url": "https://mcpbridge.org/config/art19-com.json"
    }
  }
}

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

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

What You Can Build

With the ART19 Content API Documentation MCP server, your AI assistant can:

  • Access 10 API operations through natural language
  • Read, create, and modify design & creative resources without writing HTTP requests
  • Chain multiple operations in a single conversation for complex workflows
  • Combine with other MCP servers for cross-tool automation

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

Authentication

No authentication required. This MCP server can be used without API keys.

Spec Version

Version: 1.0.0

Spec version published with the OpenAPI document. Config auto-updates when the spec changes.

Page last updated: June 13, 2026

Quality Score

34/99Fair
  • +Auto-generated (+12)
  • +OpenAPI spec available (+8)
  • +10 endpoints (+14)

Own this API?

Claim your listing to update description, links, and category — and get a verified badge.

Claim this listing →