multica-mcp Skill
multica-mcp is a TypeScript AI agent skill for Claude Desktop, VS Code, Codex with npx, remote URL. multica-mcp is an open-source AI agent skill for agent skills.
How to use multica-mcp Skill
Install or run
pnpm install && pnpm buildClient configuration
{}
```
### `multica_attachment_download`
Downloads an attachment to a local path. Returns `{ path, attachment_id }`.
```json
{ "attachment_id": "<uuid>", "output_dir": "./downloads" }
```
### `multica_list_autopilots`
Returns the autopilots defined in the workspace.
```json
{ "status": "active" }
```
### `multica_get_autopilot`
Returns a single autopilot with its triggers.
```json
{ "autopilot_id": "<uuid>" }
```
### `multica_create_autopilot`
Creates an autopilot (scheduled/triggered agent automation).
```json
{
"title": "Daily triage",
"agent": "claude-opus",
"mode": "create_issue",
"description": "Triage new issues every morning."
}
```
### `multica_update_autopilot`
Updates an autopilot (title, description, status).
```json
{ "autopilot_id": "<uuid>", "status": "paused" }
```
### `multica_trigger_autopilot`
Runs an autopilot once, on demand.
```json
{ "autopilot_id": "<uuid>" }
```
### `multica_delete_autopilot`
Deletes an autopilot.
```json
{ "autopilot_id": "<uuid>" }
```
### `multica_autopilot_trigger_add`
Attaches a cron trigger to an existing autopilot.
```json
{
"autopilot_id": "<uuid>",
"cron": "0 9 * * MON-FRI",
"label": "weekday-moCompatible clients
What is multica-mcp Skill?
multica-mcp is a TypeScript AI agent skill for Claude Desktop, VS Code, Codex with npx, remote URL. multica-mcp is an open-source AI agent skill for agent skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Reusable instructions support
- Includes SKILL.md support
- Shell commands support
- File editing support
- Document generation support
- OpenAI provider support
- Anthropic provider support
Technical details
Install or run multica-mcp using npx. Check Korkyzer/multica-mcp for the latest setup command.
- Built for TypeScript
- Built for Node.js
- Built for Rust
- Install or run with npx
- Install or run with remote URL
- Works with Claude Desktop
- Works with VS Code
- Works with Codex
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use multica-mcp Skill
- Use it for reusing agent instructions, scripts, and references.
- Use it for agent skills workflows.
- Use it for coding workflows.
- Use it for research workflows.
- Use it for claude desktop users.
Built with
Explore related resources
Frequently asked questions
What is multica-mcp?
multica-mcp is a TypeScript AI agent skill for Claude Desktop, VS Code, Codex with npx, remote URL. Korkyzer/multica-mcp is an open-source Skills candidate discovered from GitHub.
Who is multica-mcp best for?
multica-mcp is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, research workflows, claude desktop users.
How do I install multica-mcp?
Install or run multica-mcp using npx. Check multica-mcp for the latest setup command.
Is multica-mcp actively maintained?
multica-mcp may need a closer maintenance check before production use.
Auto-fetched from GitHub.