kickflow-mcp-server
Verified Safeby kickflow
Overview
This MCP server allows AI agents to interact with the kickflow API for workflow automation and data management.
Installation
npx -y @kickflow/mcp-serverEnvironment Variables
- KICKFLOW_ACCESS_TOKEN
Security Notes
The server retrieves the Kickflow access token from environment variables or command-line arguments, avoiding hardcoding of sensitive credentials. It uses Zod for input validation on API parameters, enhancing robustness against malformed requests. API interactions are handled via a well-established Axios library. File uploads from base64 strings are processed carefully, minimizing direct execution risks.
Similar Servers
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
mcp-server
A Node.js server implementing Model Context Protocol (MCP) for Webflow, enabling AI agents to interact with Webflow Data and Designer APIs.
ironmanus-mcp
Orchestrates AI workflows with an 8-phase control flow and specialized tools, serving as a Model Context Protocol (MCP) server.
MCP-Agent
An autonomous AI agent designed to discover, connect to, and utilize tools and resources from various Model Context Protocol (MCP) servers to accomplish tasks.