@nexaforge/activepieces
v0.1.0
Published
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Maintainers
Readme
@nexaforge/activepieces
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Generated by NexaForge - Self-evolving autonomous plugin system.
Installation
Using npx (Recommended)
npx @nexaforge/activepiecesGlobal Installation
npm install -g @nexaforge/activepieces
nexaforge-activepiecesLocal Installation
npm install @nexaforge/activepieces
npx nexaforge-activepiecesUsage in Claude Code
Add this MCP server to your Claude Code configuration:
{
"mcpServers": {
"nexaforge-activepieces": {
"command": "npx",
"args": ["@nexaforge/activepieces"]
}
}
}Or if installed globally:
{
"mcpServers": {
"nexaforge-activepieces": {
"command": "nexaforge-activepieces"
}
}
}Available Tools
fs_read-file
Execute fs:read-file capability from activepieces plugin
Input Schema:
{
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "File or directory path"
},
"content": {
"type": "string",
"description": "Content to write (for write operations)"
}
},
"required": [
"path"
]
}data_parse-json
Execute data:parse-json capability from activepieces plugin
Input Schema:
{
"type": "object",
"properties": {
"data": {
"type": "string",
"description": "Data to process"
},
"format": {
"type": "string",
"description": "Data format (json, csv, xml, etc.)"
}
},
"required": [
"data"
]
}text_transform
Execute text:transform capability from activepieces plugin
Input Schema:
{
"type": "object",
"properties": {
"text": {
"type": "string",
"description": "Text to process"
},
"options": {
"type": "object",
"description": "Processing options"
}
},
"required": [
"text"
]
}Plugin Information
- Plugin ID: plg_1770364905375_mjjn1e
- Version: 0.1.0
- Total Tools: 3
About NexaForge
NexaForge is a self-evolving plugin system that continuously discovers, analyzes, and implements new capabilities. This MCP server package was automatically generated from a NexaForge plugin.
Learn more at: https://github.com/nexaforge
License
MIT
