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
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_KEYReplace your_art19_content_api_documentation_api_key with your actual art19 content api documentation api key
Endpoints
GET
/classification_inclusionsGet ClassificationInclusion records
GET
/classification_inclusions/{id}Get a specific classification inclusion
GET
/classificationsGet a list of classifications
GET
/classifications/{id}Get a specific classification
GET
/creditsGet a list of credits
GET
/credits/{id}Get a specific credit
GET
/episodesGet a list of episodes
GET
/episodes/{id}Get a specific episode
GET
/episodes/{id}/next_siblingGet the episode released right after the specified one
GET
/episodes/{id}/previous_siblingGet the episode released right before the specified one