The Nexla Express plugin for Claude Code allows you to interact with the Nexla data platform directly from your terminal. Manage data flows, check health status, view logs, and more using natural language.
/plugin marketplace add nexla-opensource/express-plugin
/plugin install express@nexla
Run the MCP command to connect and authenticate:
/mcp
This will open a browser window for OAuth authentication with Nexla. Once authenticated, you'll see:
Authentication successful. Connected to plugin:express:express.
You're now ready to interact with your Nexla data platform.
Once connected, you can use natural language to interact with Nexla. Here are some example queries:
Fetch me my active flows from Nexla
Show me all my data flows including paused ones
Give me details about flow 543754
Show me the latest health status for flow 516665
Get me the logs for flow 534126
What's the error status for my flows?
Give me all my available credentials
List all my configured connectors
Show me my S3 credentials
Create a new data flow from S3 to BigQuery
Pause flow 543751
Resume flow 543751
List all my datasets
Show me the schema for dataset in flow 516665
| Plugin | Description |
|---|---|
express |
Nexla Express MCP server for Claude Code |
If /plugin shows no content but the plugin is installed, try running /mcp to verify the connection status.
If authentication fails, try:
- Run
/mcpagain to re-authenticate - Check your browser for any blocked popups
- Ensure you have a valid Nexla account
Apache 2.0