MCP Server
MCP
nanoodle
Your saved nanoodle workflow graphs as MCP tools — BYOK or pay per call in Nano (x402)
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.nanoodle.com/mcp"
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "nanoodle-mcp",
"version": "0.6.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Directory of noodle-graph.json saves from the nanoodle.com editor — each file becomes one MCP tool. Repeatable: pass several dirs and earlier ones win name clashes (per-project graphs + a shared library).",
"isRequired": true,
"type": "named",
"name": "--graphs"
},
{
"description": "Directory where media outputs are saved (default ./nanoodle-out)",
"type": "named",
"name": "--out"
}
],
"environmentVariables": [
{
"description": "Your nano-gpt.com API key — every tool call spends from this key's balance",
"isRequired": true,
"isSecret": true,
"name": "NANOGPT_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment