@dmsdc-ai/cherrystudio
v0.1.0
Published
AI Agent + Coding Agent + 300+ assistants: agentic AI desktop with autonomous coding, intelligent automation, and unified access to frontier LLMs.
Maintainers
Readme
@dmsdc-ai/cherrystudio
AI Agent + Coding Agent + 300+ assistants: agentic AI desktop with autonomous coding, intelligent automation, and unified access to frontier LLMs.
Generated by NexaForge - Self-evolving autonomous plugin system.
Installation
Using npx (Recommended)
npx @dmsdc-ai/cherrystudioGlobal Installation
npm install -g @dmsdc-ai/cherrystudio
nexaforge-cherrystudioLocal Installation
npm install @dmsdc-ai/cherrystudio
npx nexaforge-cherrystudioUsage in Claude Code
Add this MCP server to your Claude Code configuration:
{
"mcpServers": {
"nexaforge-cherrystudio": {
"command": "npx",
"args": ["@dmsdc-ai/cherrystudio"]
}
}
}Or if installed globally:
{
"mcpServers": {
"nexaforge-cherrystudio": {
"command": "nexaforge-cherrystudio"
}
}
}Available Tools
fs_read-file
Execute fs:read-file capability from cherrystudio 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 cherrystudio 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 cherrystudio 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_1770364905298_1dbsh9
- 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
