CLI · SDKs · MCP
Install the CLI, SDKs and MCP server from npm & PyPI.
Everything you need to script, embed and automate FluidGrids from the terminal or your own code — the control-plane CLI, TypeScript & Python SDKs, and a Model Context Protocol server for AI clients. These packages are on the roadmap and are not yet published.
CLI
Control-plane client `fluidgrids` — manage workflows from the terminal.
The platform CLI will talk to the public GraphQL gateways with dual-token auth so you can drive workflows, nodes, integrations, runs and secrets from any terminal. The CLI package is not yet published.
Node SDK
Official TypeScript SDK for programmatic access to the full API.
A typed, promise-based SDK for workflows, nodes, integrations, runs and more is planned for Node and Bun projects. The Node SDK package is not yet published.
Python SDK
Async Python SDK built on httpx — workflow + node modules.
An async Python SDK with a dual-endpoint GraphQL client, auth flows and retry-with-backoff is planned for data pipelines, automation and notebooks. The Python SDK package is not yet published.
MCP Server
Wire FluidGrids into Claude, Cursor & any Model Context Protocol client.
A Model Context Protocol server exposing FluidGrids tools, resources and prompts to AI assistants is on the roadmap. The backend MCP endpoint and the published package do not exist yet.