loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

paperclip-delega

MCP Tool

delega-dev/paperclip-delega

Paperclip plugin for Delega — bidirectional task sync between AI agent orchestrators

Install

$ npx loaditout add delega-dev/paperclip-delega

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "paperclip-delega": {
      "command": "npx",
      "args": [
        "-y",
        "paperclip-delega"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

@delega-dev/paperclip-delega

Paperclip plugin for Delega — bidirectional task sync between Paperclip issues and Delega tasks.

What it does
  • Outbound sync: Paperclip issues → Delega tasks (on create or via agent tool)
  • Inbound sync: Delega webhooks → Paperclip issue updates (status, comments, completion)
  • Agent tools: 4 MCP-compatible tools for agents to delegate work cross-ecosystem
  • Dashboard widget: Sync status at a glance
  • Settings page: Configure connection, sync mode, project mapping
Agent Tools

| Tool | Description | |------|-------------| | delegate-to-external | Create a Delega task from a Paperclip issue | | check-external-task | Check status of a delegated task | | list-external-agents | List available Delega agents | | complete-external-task | Mark a Delega task complete |

Install
# In your Paperclip instance
pnpm add @delega-dev/paperclip-delega

Then install via the Paperclip admin UI or API:

curl -X POST http://localhost:3100/api/plugins/install \
  -H "Content-Type: application/json" \
  -d '{"packageName": "@delega-dev/paperclip-delega"}'
Configuration

| Setting | Description | Default | |---------|-------------|---------| | delegaApiUrl | Delega API endpoint | https://api.delega.dev/v1 | | delegaAgentKey | Agent API key (secret-ref) | — | | delegaWebhookSecret | Webhook HMAC secret (secret-ref) | — | | syncMode | manual or auto | manual | | defaultDelegaProject | Default project for synced tasks | — | | inboundEnabled | Accept Delega webhooks | false |

Development
pnpm install
pnpm test        # 97 tests
pnpm typecheck   # TypeScript verification
pnpm build       # Build worker + UI bundles
How it was built

This plugin was built by Paperclip agents (Claude Code) and reviewed by a Codex QA agent — cross-model adversarial QA using the product it integrates with.

Tags

ai-agentsdelegamcppaperclipplugintask-management

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated26 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/21/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/delega-dev/paperclip-delega)](https://loaditout.ai/skills/delega-dev/paperclip-delega)