← Back to Plugins
MCP Server MCP

nanoodle

github By github 👁 1 views ▲ 0 votes

Your saved nanoodle workflow graphs as MCP tools — BYOK or pay per call in Nano (x402)

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...