procesio-mcp-server
MCP Server for interacting with the Procesio API
Documentation
Procesio MCP Server
This is a Model Context Protocol (MCP) server designed to interact with the Procesio automation 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.
Features
Tools
The server currently provides the following tools:
- `procesio_test_authentication`:
- `procesio_list_projects`:
- `procesio_get_project_details`:
- `procesio_launch_project`:
- `procesio_get_instance_status`:
Configuration
This server requires environment variables to be set for authentication and API endpoint configuration. These can be provided via:
1. `.env` file: Create a `.env` file 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 different2. MCP Settings File: Alternatively, configure these directly in the `env` block of your MCP client's settings file (e.g., `cline_mcp_settings.json` or `claude_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.*
Development
Requires Node.js (LTS version recommended, see `.nvmrc`).
Install dependencies:
npm installBuild the server:
npm run buildFor development with auto-rebuild:
npm run watchRunning Locally (for testing)
Ensure environment variables are set (e.g., via `.env` or exported in your shell).
npm run build
node build/index.jsThe server will listen on stdio for MCP requests.
Certified by MCP Review
License
This project is licensed under the Apache License, Version 2.0. See the LICENSE file for details.
Frequently asked questions
What is procesio-mcp-server?
procesio-mcp-server is MCP Server for interacting with the Procesio API
How do I install procesio-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is procesio-mcp-server open source?
Yes — it is hosted on GitHub at https://github.com/serenichron/procesio-mcp-server and has 2 stars.
Related MCP tools
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Use any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring dual interface support (Web UI and Desktop Application) with intelligent environment detection and cross-platform compatibility.
A powerful Zotero AI and MCP plugin with ChatGPT, Gemini 3.7, Claude Fable 5, Claude Opus 5, DeepSeek V4, Grok, OpenRouter, Kimi k3, GLM 5.3, SiliconFlow, GPT-oss, Gemma 4, Qwen 3.8
Connect your browser to AI models. Just use Dia on Chrome, Arc or Firefox.
文颜 MCP Server 可以让 AI 自动将 Markdown 文章排版后发布至微信公众号。
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP