<aside> ๐Ÿ“Œ

MarketingHub โ€” Built for the Future of Search

Minnal is an AI-native marketing platform. You plan, create, and publish content across social platforms by talking to Claude โ€” not clicking through a dashboard.

</aside>


What is Minnal?

Minnal connects Claude Desktop to your social media accounts via the Model Context Protocol (MCP). Instead of logging into a dashboard to write and schedule posts, you simply tell Claude what you want โ€” and it handles the rest.

How it works:

You (in Claude Desktop)
       โ†“  conversation
   Claude AI
       โ†“  MCP tools
  Minnal Server
       โ†“  API calls
Reddit ยท LinkedIn ยท Facebook ยท Instagram

What you can do:

What Minnal is NOT:


Before You Start

You need three things before Minnal works:

Requirement Why
Node.js (v18+) Runs the npx minnal-mcp@latest client on your machine
Claude Desktop The AI interface you talk to; Minnal runs as an MCP server inside it
Minnal account Your API key + the server that stores credentials and schedules posts

Step 1 โ€” Install Node.js

  1. Go to https://nodejs.org
  2. Download the LTS version (recommended)
  3. Run the installer โ€” default options are fine
  4. Verify it worked: open a terminal and run:
node --version
# Should print something like: v20.11.0

npx --version
# Should print a version number