@shareefico/mcp
v0.1.0
Published
Generate Shareefico carousels, posts, and more from Claude Code and any MCP-compatible AI agent.
Readme
Shareefico MCP
Generate Shareefico carousels, posts, and more from Claude Code and any MCP-compatible AI agent. Runs locally on your machine, talks to your Shareefico account over a thin API.
Requirements
- Node.js 20 or newer
- A Shareefico account
- A Shareefico API key — mint one in Settings → API Keys
Install (Claude Code)
claude mcp add shareefico -- npx -y @shareefico/mcp --api-key shrf_live_…Restart Claude Code. Shareefico tools should now appear in your tool list.
Use it
Ask Claude things like:
- "Use Shareefico to capture an idea about Qur'anic discipline for founders."
- "Generate a 7-slide Shareefico carousel about deep work after Fajr."
- "Write a LinkedIn post in Shareefico about saying no to shallow opportunities."
- "Repurpose this transcript into LinkedIn, newsletter, and YouTube drafts, then schedule the LinkedIn version for tomorrow."
Tools
| Tool | What it does | Cost |
| --------------------- | ---------------------------------------------------------------------------- | ---------------------------- |
| create_idea | Capture a new content idea in Shareefico CMS. | No AI cost |
| generate_carousel | Generate a carousel script and write PNG exports locally. | Uses Shareefico AI credits |
| generate_post | Generate a LinkedIn, X, or newsletter post draft. | Uses Shareefico AI credits |
| repurpose | Turn source text or a source URL into platform-specific content drafts. | Uses Shareefico AI credits |
| schedule | Schedule an existing or new content piece on the Shareefico calendar. | No AI cost |
| status | Show brands, recent content, and account content counts. | No AI cost |
Generated carousel files are downloaded to ./shareefico-output/{session-id}/
in the working directory. The generated CMS drafts are also returned with
Shareefico edit URLs when available.
Defaults
If you only pass the minimum fields, Shareefico uses Ibrahim's saved operator
profile — brand voice, default brand, platform conventions, and local output
directory. Override per-call with fields such as platform, tone,
length, slide_count, template, text_size, or brand_id when the tool
supports them.
Environment overrides
| Variable | Equivalent flag | Default |
| --------------------------- | ------------------ | -------------------------- |
| SHAREEFICO_API_KEY | --api-key | (required) |
| SHAREEFICO_API_BASE | --api-base | https://shareefico.com |
| SHAREEFICO_OUTPUT_DIR | --out-dir | ./shareefico-output |
Privacy
The MCP server forwards your prompts and tool inputs to your own Shareefico
account. Your API key never leaves your machine — it sits in the MCP process
Claude Code spawns and is sent only as a Bearer header on requests to
shareefico.com.
