Skip to main content
Glama
hew

n8n Video Compilation MCP Server

by hew

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
N8N_API_KEYYesYour n8n API key for authentication
N8N_BASE_URLNoThe base URL of your n8n instancehttp://localhost:5678
YOUTUBE_API_KEYNoYour YouTube API key (optional, for advanced workflows)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
compile_videoD
optimize_search_queryD
batch_compileD
list_workflowsD
get_workflow_statusD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.8/5.0

Scored across 5 tools

Disambiguation4/5

Tool names suggest distinct purposes: batch_compile for batch compilation, compile_video for single, get_workflow_status and list_workflows for workflow management, optimize_search_query for search optimization. No obvious overlap, but without descriptions minor ambiguity between batch_compile and compile_video remains.

Naming Consistency3/5

All tools use snake_case, but verb placement varies: 'batch_compile' uses an adjective verb pattern, while 'compile_video' uses a verb_noun pattern. Other tools follow standard verb_noun (list_workflows, get_workflow_status, optimize_search_query). The inconsistency in the verb position lowers the score.

Tool Count4/5

With 5 tools, the server is slightly sparse but still reasonable for a video compilation domain. Each tool likely serves a core function, though some expected tools (e.g., upload, delete) are missing, making the scope feel limited.

Completeness3/5

The tool set covers compilation (single and batch) and basic workflow monitoring (status, list), but lacks workflow creation, update, or deletion. The inclusion of 'optimize_search_query' seems tangential to the main purpose, indicating possible gaps in the core video compilation workflow.

Maintenance

ActivityInactive
ResponsivenessNo issues