n8n Video Compilation MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| N8N_API_KEY | Yes | Your n8n API key for authentication | |
| N8N_BASE_URL | No | The base URL of your n8n instance | http://localhost:5678 |
| YOUTUBE_API_KEY | No | Your 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| compile_videoD | – |
| optimize_search_queryD | – |
| batch_compileD | – |
| list_workflowsD | – |
| get_workflow_statusD | – |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
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.
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.
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.
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.