Skip to main content
The Planasonix MCP server lets you manage pipelines, create connections, set schedules, and troubleshoot failures through natural language conversations with AI assistants. It uses the open Model Context Protocol and works with any compatible client.

22 tools

Pipeline operations, schedule management, and connection configuration.

AI pipeline creation

Describe what you want and the backend AI builds the graph.

Full tenant isolation

Every request is scoped to your organization. Cross-org access is impossible.

Prerequisites

  • A Planasonix account (Professional plan or above)
  • An AI client that supports MCP (Claude Desktop, Cursor, Windsurf, VS Code, or similar)
  • A Planasonix API key with the required scopes

Generate your API key

1

Open API keys

Go to Settings → API Keys in your Planasonix dashboard.
2

Create a key

Click Generate New Key and select the scopes you need.
3

Copy the key

Copy the full key immediately — it is only shown once.

Available scopes

Keep your API key secure. It grants access to your organization’s pipeline data. Do not share it or commit it to source control.

Download and install

Download the latest binary from GitHub Releases or from Settings → MCP Server in your dashboard.
On macOS, if you see a quarantine warning, run: xattr -d com.apple.quarantine /usr/local/bin/planasonix-mcp

Configure your AI client

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Restart Claude Desktop. A hammer icon confirms MCP tools are active.
Windows users: replace /usr/local/bin/planasonix-mcp with the full path to the .exe, for example C:\\Program Files\\Planasonix\\planasonix-mcp.exe.

Verify the connection

After restarting your AI client, type:
If you see pipeline data, the MCP server is connected.

Available tools

Pipeline operations

Schedule management

Connection management

AI-powered pipeline creation

The create_pipeline and update_pipeline tools use backend AI to generate pipeline graphs from natural language. Creating a pipeline:
The AI generates the complete pipeline with source, transform, and destination nodes. Modifying a pipeline:
The AI determines which nodes and edges to add while preserving the existing structure.
AI-powered operations can take up to 2 minutes for complex descriptions. The MCP server uses a 120-second timeout for these requests.

Security and data isolation

The MCP server enforces full tenant isolation. Every request is scoped to your organization based on the API key — client-supplied parameters can never override the server-side identity.
  • Scope-based access control — read-only keys cannot trigger or modify pipelines
  • Revocable — keys can be revoked at any time from Settings → API Keys
  • Audit trail — all MCP requests are logged
  • No data passthrough — the MCP server is a control plane proxy; pipeline data flows directly between sources and destinations
  • Rate limited — 60 req/min (Professional), 120 req/min (Premium), 300 req/min (Enterprise)

Enterprise: remote deployment

For organizations whose security policies prohibit local binary execution, the MCP server supports a remote HTTP+SSE transport:
Self-hosted Docker deployment is also available:

Troubleshooting

API keys

Create and manage API keys for Planasonix.

Orchestration

Schedules, triggers, and pipeline chaining.

Connections

Configure data sources and destinations.

GitHub repository

Source code and release downloads.