Skip to content
Local environment Preproduction — not production data

Factorial Code MCP Server

The Factorial Code MCP Server is an MCP (Model Context Protocol) server that enables AI platforms to interact with Factorial Code. Run LLM-generated scripts and expose your processes as tools that AI assistants can invoke.

Dynamic MCP tools server:

  • Expose processes as tools — Tag with mcp-tool (instant) or custom tags (add to the tools query param)
  • JSON Schema parameters — Full flexibility for inputs (types, required fields, enums, defaults)
  • PolyglotPython and Node.js in the same server
CapabilityDescription
run_codeExecute JavaScript or Python in Factorial Code’s secure environment
Process toolsTag with mcp-tool (auto-exposed) or custom tags in the tools query param
Storagelist_files, upload_file, download_file, delete_file
API managementProcesses, schedules, variables, storage, executions, modules

Works with Cursor, Claude Desktop, and any MCP client.

PageDescription
QuickstartHosted + self-host, auth (OAuth vs No-OAuth)
ConfigurationProcesses as tools, env vars, tool selection
Tool referencerun_code, storage, API, etc.