AI social autopilot: plan, write, design and publish posts, blog/SEO, news radar and leads.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Automate your social media from the terminal. Anomalia is the social
media AI autopilot that plans, writes, designs and publishes posts, blog articles and SEO/GEO
audits on autopilot. This repository is its command-line client, MCP server
(Model Context Protocol β stdio + HTTP) and agent skill: everything you need to run social
media automation, content generation and approval workflows from a terminal or an AI agent.
This repository ships three ways to drive the same product (same OAuth, same API, no static tokens):
| What | Who itβs for | |
|---|---|---|
| CLI | anomalia terminal commands | Humans & scripts |
| MCP | Model Context Protocol server (stdio + HTTP) | Cursor, Claude, other MCP hosts |
| Skill | Agent Skill (skills/anomalia/) | Coding agents / skills.sh / npx skills |
You need an Anomalia account. This is a client, not a standalone tool: every call talks to the Anomalia API over HTTPS. Without an account there is nothing to drive.
With the Anomalia CLI you can automate social media posting, approve AI-generated content in one tap, edit a carousel slide by slide, turn a post into a video, run SEO and GEO audits, and manage your blog β from the terminal or from an AI agent like Cursor or Claude.
Pick one:
| Method | Command | Notes |
|---|---|---|
| npm | npm install -g anomalia-cli | Needs Node.js β₯ 20 |
| Homebrew | see below | macOS / Linux, standalone binary |
| Installer | see below | curl script β binary on PATH |
| From source | see below | Needs Bun |
npm
Homebrew
Installer (standalone binary) β macOS arm64/x64 and Linux arm64/x64, no Node/Bun required:
Update later with anomalia update, or npm install -g anomalia-cli@latest / brew upgrade anomalia depending on how you installed. More detail: docs/distribute.md.
Every command takes the brand slug as its first argument. anomalia --help lists them all;
anomalia <command> --help details one. Short id prefixes from tables are accepted; ambiguous
prefixes error instead of guessing.
| Area | Commands |
|---|---|
| Posts | content, approve, post <id> [show|edit|regenerate|slide|reorder|video|publish] |
| Planning | plan, weekly-plan, calendar, gtm |
| Brand | studio, voice, people, products |
| Web | seo, geo, keywords, web |
| Ads | ads β campaigns, spend, boost proposals, remix, duplicate/delete (--sync, --propose, --remix, --create, --approve, --pause, --resume, --duplicate, --delete, --reject, --ad per singola creativitΓ ) |
| Insight | dashboard, status, analytics |
| AI | ai --message "..." β natural language, full read/write access |
Full command dump: llms.txt Β· more docs: docs/
Requires Bun.
Same tools and OAuth as the CLI. Docs: docs/mcp.md.
Remote: https://mcp.anomalia.so/mcp (Bearer JWT required). Health: GET /health.
Cursor β stdio
Cursor β HTTP
If Connect fails with Not an https or loopback URI: cursor://β¦, your Cursor build is still
using the custom-scheme OAuth callback β use stdio above, update Cursor (loopback
http://localhost:8787/callback), or see docs/mcp.md.
login tool or existing anomalia login β ~/.config/anomalia/session.jsonAuthorization: Bearer <access_token> (401 without it is expected)Publishable Agent Skill for Cursor, Claude, skills.sh, and friends:
Package: skills/anomalia/ β plugins/anomalia/skills/anomalia/ (SKILL.md + references/ for MCP setup, tool map, CLI).
When the skill is active, agents prefer MCP tools if connected, otherwise the CLI.
Same skill + remote MCP, packaged for plugin install and directory submit:
Submit checklist (Claude community directory + OpenAI Plugins Directory): docs/plugins.md.
Zero config by default β https://anomalia.so, with automatic fallback to
http://localhost:5173 when a local app is answering.
| Variable | Purpose |
|---|---|
PUBLIC_APP_URL | Point CLI/MCP at another Anomalia instance |
SENTRY_DSN | (MCP HTTP / Vercel) Errors β Sentry |
SUPABASE_SERVICE_ROLE_KEY | (MCP HTTP / Vercel) Rows in mcp_logs |
MCP_PUBLIC_URL | Public MCP base URL for OAuth metadata |
Session: ~/.config/anomalia/session.json. anomalia logout clears it. No secrets are embedded
in this repo or the binary.
Thin HTTPS client β no DB access, no coupling to the Anomalia server codebase:
commands/ + cli.tslib/api.ts onlymcp/ (reuses lib/api.ts, registers tools)skills/anomalia/ β plugins/anomalia/ (Claude + Codex marketplace manifests)Releases: push a v* tag β CI typechecks, tests, cross-compiles binaries + .tar.gz +
SHA256SUMS.txt on the GitHub Release, bumps Formula/anomalia.rb,
and publishes anomalia-cli to npm when NPM_TOKEN is set. Details: docs/distribute.md.
Copyright Β© 2026 Andrea Buttarelli.
Licensed under the GNU Affero General Public License v3.0 or later. You may use, modify and redistribute it, but derivative works must stay open source under the same license, must keep the copyright notice, and must state their changes β including when offered to users over a network.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/anomalia)<a href="https://allmcps.com/mcp/anomalia"><img src="https://allmcps.com/api/badge/anomalia?style=directory" alt="Anomalia on AllMCPs" /></a>