- Home
- MCP servers
- Automatisch
Automatisch
- typescript
6
GitHub Stars
typescript
Language
5 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"milisp-automatisch-mcp-server": {
"command": "npx",
"args": [
"-y",
"automatisch-mcp-server"
],
"env": {
"AUTOMATISCH_API_KEY": "your-api-key",
"AUTOMATISCH_BASE_URL": "http://localhost:3001"
}
}
}
}This MCP Server enables AI assistants to access Automatisch workflow automation capabilities, letting you manage workflows, connections, executions, and app integrations through an MCP client. It streamlines how AI agents interact with Automatisch, making it easier to create, monitor, and test automations from within your conversational or tool-based workflows.
How to use
Use this MCP server with your MCP client to control Automatisch-backed workflows directly from your AI assistant. You can start and manage workflows, connect apps, monitor executions, and discover available apps from within your assistant’s interface. Configure authentication to securely connect to your Automatisch instance and run actions to create, update, test, or delete workflows as needed. Typical patterns include listing workflows, creating a new workflow for a common automation, testing a workflow with sample data, and inspecting recent executions to verify status and results.
How to install
Prerequisites you need before installation:
- Node.js 18+
- Access to an Automatisch instance
- API key (recommended)
Follow these concrete steps to set up the MCP server locally:
# Step 1: Clone or download the MCP server package
# (Replace with your preferred method to obtain the MCP server code)
# Step 2: Install dependencies
npm install
# Step 3: Build the project
npm run build
# Step 4: Start the server (standalone usage)
npm start
Available tools
list_workflows
List all workflows with optional filtering.
get_workflow
Get detailed information about a specific workflow.
create_workflow
Create a new workflow.
update_workflow
Update an existing workflow.
delete_workflow
Delete a workflow.
test_workflow
Test a workflow with sample data.
list_connections
List all app connections.
create_connection
Create a new app connection.
list_executions
View workflow execution history.
get_available_apps
Browse available apps and integrations.