https://akarso.co/mcp (OAuth, zero install) or the local stdio
server bundled with the CLI.MCP client (claude.ai, Claude Code, Cursor, ChatGPT) │ ├──────────> https://akarso.co/mcp ────> OAuth sign-in with Google, no install │ tools run against your Akarso account │ └──────────> akarso mcp (stdio) ───────> uses your local CLI login supports media upload from local files
1https://akarso.co/mcp
401 that points your client at the OAuth flow: it
self-registers, opens a browser window, and you sign in with Google. No API keys to
copy around.1claude mcp add --transport http akarso https://akarso.co/mcp
123456789{ "mcpServers": { "akarso": { "type": "http", "url": "https://akarso.co/mcp", "headers": { "Authorization": "Bearer ak_your_key_here" } } } }
akarso auth login credentials and additionally exposes
media upload for files on your machine:1akarso mcp
12npx @playwriter/install-mcp 'akarso mcp' --client claude-code npx @playwriter/install-mcp 'akarso mcp' --client cursor
| Tool | What it does |
posts_create | Create, schedule, or publish a post across platforms |
posts_list | List posts, filterable by status |
accounts_list | List connected social accounts |
accounts_health | Check connection health for all accounts |
accounts_set-channel | Pick the publishing target for a connected account |
accounts_disconnect | Disconnect a platform account |
media_upload | Upload media, returns an upload ID for posts |
inbox_sync | Import the comments on a published post |
inbox_comments | List imported comments |
inbox_reply | Publish a reply in a post comment section |
inbox_comment-action | Moderate an imported comment (hide, delete, like, ...) |
inbox_reviews-sync | Import Google Business reviews |
1npx skills add https://akarso.co