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 |
posts_reschedule | Move a scheduled post to a new time |
posts_cancel | Cancel a scheduled post before it publishes |
drafts_list | List saved drafts |
drafts_publish | Publish or schedule a saved draft |
accounts_list | List connected social accounts |
accounts_disconnect | Disconnect a platform account |
media_upload | Upload media, returns a public URL for posts |
1npx skills add https://akarso.co