automatisch-mcp-server

milisp/automatisch-mcp-server

3.4

If you are the rightful owner of automatisch-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Automatisch MCP Server is a Model Context Protocol server that integrates AI assistants with Automatisch, an open-source workflow automation tool.

The Automatisch MCP Server is designed to bridge AI assistants with Automatisch, a powerful open-source alternative to Zapier for workflow automation. This server facilitates seamless interaction between AI models and Automatisch, enabling the management of workflows, connections, and executions. By leveraging the Model Context Protocol, the server provides a structured way for AI assistants to access and manipulate workflow automation tasks, making it easier to automate repetitive tasks and integrate various applications. The server supports a range of functionalities, including workflow creation, execution monitoring, and app discovery, all of which are essential for efficient workflow management. With the Automatisch MCP Server, users can streamline their automation processes, enhance productivity, and reduce manual intervention.

Features

  • Workflow Management: Create, read, update, delete, and test workflows.
  • Connection Management: Manage app connections and credentials.
  • Execution Monitoring: View workflow execution history and status.
  • App Discovery: Browse available apps and their capabilities.
  • Testing: Test workflows with sample data.

Usages

usage with Claude Desktop

{
  "mcpServers": {
    "automatisch": {
      "command": "npx",
      "args": ["-y", "automatisch-mcp-server"],
      "env": {
        "AUTOMATISCH_BASE_URL": "http://localhost:3001",
        "AUTOMATISCH_API_KEY": "your-api-key"
      }
    }
  }
}

Tools

  1. list_workflows

    List all workflows with optional filtering.

  2. get_workflow

    Get detailed workflow information.

  3. create_workflow

    Create new workflow.

  4. update_workflow

    Update existing workflow.

  5. delete_workflow

    Delete workflow.

  6. test_workflow

    Test workflow with sample data.

  7. list_connections

    List app connections.

  8. create_connection

    Create new app connection.

  9. list_executions

    View workflow execution history.

  10. get_available_apps

    Browse available apps and integrations.