A

Alteryx Server

Integrates with Alteryx Server's REST API to enable workflow execution, collection management, user ...

65 views
0 installs
Updated Sep 9, 2025
Not audited
Integrates with Alteryx Server's REST API to enable workflow execution, collection management, user administration, schedule automation, job monitoring, and credential management for data analytics operations.
  1. Obtain the Alteryx Server API URL

    • Make sure you have access to your Alteryx Server with API functionality enabled.
    • Copy the base URL for the API. This typically looks like: https://your-server.com/webapi/
  2. Obtain OAuth2 Client Credentials (Client ID and Client Secret)

    • Log in to your Alteryx Server as an administrator.
    • Navigate to the admin or developer/API section where API credentials (OAuth2) can be managed.
    • Register a new client (application) if needed, to generate a new Client ID and Client Secret.
    • Copy down the generated Client ID and Client Secret. These will be used for authentication.
  3. Optional: Prepare Other Configuration Values

    • ALTERYX_VERIFY_SSL: Set to "1" (default, verifies SSL certificates) or "0" (if you need to skip SSL verification—only recommended for testing/local environments).
    • ALTERYX_TEMP_DIRECTORY: (Optional) Provide a path for temporary files, if needed.
    • LOG_LEVEL: (Optional) Set your preferred log level (e.g., "INFO", "DEBUG").
  4. Fill in ENV Values in FastMCP Connection Interface

    • Click the "Install Now" button to add the Alteryx connection.
    • In the FastMCP connection interface, fill in:
      • ALTERYX_API_HOST with your Alteryx API URL (e.g., https://your-server.com/webapi/)
      • ALTERYX_CLIENT_ID with your Alteryx Client ID
      • ALTERYX_CLIENT_SECRET with your Alteryx Client Secret
      • Optionally, fill in ALTERYX_VERIFY_SSL, ALTERYX_TEMP_DIRECTORY, and LOG_LEVEL as required.
  5. Save and Test the Connection

    • Save the environment variable setup in FastMCP.
    • Test the configuration by performing a basic Alteryx API operation through the interface to verify successful authentication and connectivity.

Quick Start

View on GitHub

More for Automation

View All →

More for Analytics and Data

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.