milisp/automatisch-mcp-server
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
list_workflows
List all workflows with optional filtering.
get_workflow
Get detailed workflow information.
create_workflow
Create new workflow.
update_workflow
Update existing workflow.
delete_workflow
Delete workflow.
test_workflow
Test workflow with sample data.
list_connections
List app connections.
create_connection
Create new app connection.
list_executions
View workflow execution history.
get_available_apps
Browse available apps and integrations.