Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Mallary Claude Code Plugins

Official Mallary.ai plugins for Claude Code.

Mallary helps creators, founders, agencies, and developers plan social posts, publish them, reply to comments, and review performance from one workflow.

Available Plugins

Mallary

The Mallary plugin connects Claude Code to Mallary through the official remote MCP server.

You can ask Claude Code to:

  • list your Mallary profiles and connected platforms
  • create or schedule social posts
  • check post status and platform links
  • list comments on published posts
  • draft and post comment replies after you approve them
  • review post analytics and audience counts
  • review follower and subscriber counts for connected accounts
  • manage webhooks and profile settings

Install

Add the marketplace:

claude plugin marketplace add mallarylabs/claude-code-plugins

Install the Mallary plugin:

claude plugin install mallary@mallary

Enable it and enter your Mallary API key (get your API key from the Mallary dashboard) when Claude Code asks for it:

claude plugin enable mallary@mallary

Safety

Mallary can publish posts, reply to comments, delete scheduled posts, disconnect platforms, update settings, and send webhook data. Treat these as real actions, not test actions.

Do not paste your Mallary API key into prompts, logs, pull requests, or support tickets. The plugin stores the key as sensitive Claude Code user config and sends it only to Mallary as a bearer token for MCP requests.

Use read-only tools first when possible. Confirm the exact profile, platform, message, schedule, and media before approving any publishing or account-impacting action.

Local Development

Validate the marketplace and plugin:

claude plugin validate .
claude plugin validate ./plugins/mallary

Install from a local checkout:

claude plugin marketplace add ./path/to/claude-code-plugins
claude plugin install mallary@mallary