Montaj MCP
SkillAI & modelsMCP server mode for montaj — load when running as an MCP client (e.g. Claude Desktop)
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Montaj MCP skill
What this skill tells your AI
The instructions your AI receives, as published by thesampadilla/montaj in skills/mcp/SKILL.md and read by ahel’s review.
Montaj exposes itself as an MCP server over stdin/stdout.
Starting the server
montaj mcp
# or directly:
node mcp/server.js
Claude Desktop config
{
"mcpServers": {
"montaj": {
"command": "montaj",
"args": ["mcp"]
}
}
}
Using steps
Steps are MCP tool calls — not curl, not bash. The MCP host handles transport. Each montaj step is exposed as an MCP tool with the same name and params as the CLI commands.
Follow the headless CLI loop from the root skill. Clips, prompt, and workflow come in via MCP tool call params. Write project state to project.json in the project directory as you go.
Signals
- GitHub stars
- 25
- Forks
- 11
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
mcp-thesampadilla- Source
- github.com/thesampadilla/montaj