Procesio
About
Interact with the Procesio automation platform API.
Details
- Author
- serenichron
- Downloads
- 185
- Categories
- Productivity, Automation, API, Other
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
ProcesioCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
{
"mcpServers": {
"procesio": {
"command": "node",
"args": [
"/path/to/procesio-mcp-server/build/index.js"
],
"env": {
"PROCESIO_API_KEY": "YOUR_API_KEY",
"PROCESIO_API_VALUE": "YOUR_API_VALUE",
"PROCESIO_USERNAME": "your_procesio_username",
"PROCESIO_PASSWORD": "your_procesio_password",
"PROCESIO_WEB_API_URL": "https://webapi.procesio.app/",
"PROCESIO_REALM": "procesio01"
},
"disabled": false,
"autoApprove": []
}
}
}
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"procesio": {
"procesio": {
"command": "node",
"args": [
"/path/to/procesio-mcp-server/build/index.js"
],
"env": {
"PROCESIO_API_KEY": "YOUR_API_KEY",
"PROCESIO_API_VALUE": "YOUR_API_VALUE",
"PROCESIO_USERNAME": "your_procesio_username",
"PROCESIO_PASSWORD": "your_procesio_password",
"PROCESIO_WEB_API_URL": "https://webapi.procesio.app/",
"PROCESIO_REALM": "procesio01"
},
"disabled": false,
"autoApprove": []
}
}
}
}
McpServers
{
"procesio": {
"command": "node",
"args": [
"/path/to/procesio-mcp-server/build/index.js"
],
"env": {
"PROCESIO_API_KEY": "YOUR_API_KEY",
"PROCESIO_API_VALUE": "YOUR_API_VALUE",
"PROCESIO_USERNAME": "your_procesio_username",
"PROCESIO_PASSWORD": "your_procesio_password",
"PROCESIO_WEB_API_URL": "https://webapi.procesio.app/",
"PROCESIO_REALM": "procesio01"
},
"disabled": false,
"autoApprove": []
}
}
Interact with the Procesio automation platform API.
This is a Model Context Protocol (MCP) server designed to interact with theProcesioautomation platform API. It allows language models and other MCP clients to list, view, and manage Procesio workflows and instances.
This server uses API Key/Value authentication.
The server currently provides the following tools:
- procesio_test_authentication:
- Description: Tests the API Key/Value authentication by fetching current user details.
- Input: None
- Output: JSON object with user details on success.
- Description: Lists available Procesio process templates (workflows).
- Input (Optional):pageNumber(integer, default: 1),pageItemCount(integer, default: 20)
- Output: JSON object containing a paginated list of process templates.
- Description: Gets details for a specific Procesio process template (workflow).
- Input (Required):projectId(string - UUID of the process template)
- Output: JSON object with the detailed configuration of the specified process template.
- Description: Launches an instance of a specific Procesio process template (workflow).
- Input (Required):projectId(string - UUID of the process template)
- Input (Optional):payload(object),runSynchronous(boolean),debugMode(boolean),secondsTimeOut(integer),connectionId(string - passed as header)
- Output: JSON object with details about the launched instance (e.g., instance ID).Note: Launch may fail if the project is invalid.
- Description: Gets the status of a running or completed process instance.
- Input (Required):instanceId(string - UUID of the process instance)
- Input (Optional):flowTemplateId(string - UUID of the original template),isArchived(boolean)
- Output: JSON object with the status details of the specified instance.
This server requires environment variables to be set for authentication and API endpoint configuration. These can be provided via:
-
.envfile:Create a.envfile in the project root (procesio-mcp-server/.env) with the following content:
PROCESIO_API_KEY='YOUR_API_KEY' PROCESIO_API_VALUE='YOUR_API_VALUE' PROCESIO_USERNAME='your_procesio_username' # Still needed for initial check, though not used for auth PROCESIO_PASSWORD='your_procesio_password' # Still needed for initial check, though not used for auth PROCESIO_WEB_API_URL='https://webapi.procesio.app/' # Or your specific instance URL PROCESIO_REALM='procesio01' # Or your specific realm if different
MCP Settings File:Alternatively, configure these directly in theenvblock of your MCP client's settings file (e.g.,cline_mcp_settings.jsonorclaude_desktop_config.json). This method is preferred when running via an MCP client as it ensures the variables are correctly passed to the server process.
{ "mcpServers": { "procesio": { "command": "node", "args": [ "/path/to/procesio-mcp-server/build/index.js" ], "env": { "PROCESIO_API_KEY": "YOUR_API_KEY", "PROCESIO_API_VALUE": "YOUR_API_VALUE", "PROCESIO_USERNAME": "your_procesio_username", "PROCESIO_PASSWORD": "your_procesio_password", "PROCESIO_WEB_API_URL": "https://webapi.procesio.app/", "PROCESIO_REALM": "procesio01" }, "disabled": false, "autoApprove": [] } } }
Replace/path/to/with the actual path to the server directory.
Requires Node.js (LTS version recommended, see.nvmrc).
Ensure environment variables are set (e.g., via.envor exported in your shell).
The server will listen on stdio for MCP requests.
This project is licensed under the Apache License, Version 2.0. See theLICENSEfile for details.
Unified MCP gateway that loads 150+ AI tools into Claude Desktop via a single Docker command on Windows. Routes tool calls across specialized servers (Business Intelligence, API Hub, Content Automation, Intelligence) with centralized logging and governance. Built for teams without dedicated platform engineers.
MCP Server for Kingdee K3Cloud (金蝶云星空) — one of the most widely used ERP systems in China. Connects AI assistants (Claude Desktop, Cursor, Cline, Cherry Studio, etc.) to Kingdee ERP via natural language.
Integrate the SpotDraft API into agentic workflows. Requires SpotDraft API credentials.
Connects AI agents to the SS&C Next Generation REST API to automate business processes.
A ModelContextProtocol (MCP) server for interacting with the SAP Integration Suite.
An MCP server for managing trading partners in the SAP Integration Suite.
The Most Comprehensive ServiceNow AI Toolkit — 400+ MCP tools, 26 AI capabilities, SDK mode, Direct API mode. Covers ITSM, ITOM, CMDB, HRSD, CSM, SecOps, GRC and 35+ modules.
Ask natural language questions about your SafetyCulture data using the SafetyCulture API.
Contract and template management for drafting, reviewing, and sending binding contracts.
Magica is your all-in-one AI platform, offering 2500+ cutting-edge tools under a single subscription.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


