Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

akarso mcp

Start Akarso as a local MCP (Model Context Protocol) server over stdio.
Exposes all commands as MCP tools with typed input schemas. AI agents (Claude, Cursor, etc.) can connect to this server to manage social media accounts, create posts, and upload media programmatically.
Install into your MCP client with: npx @playwriter/install-mcp 'akarso mcp' --client claude-code
The local server can read local files (for media upload with file paths) and access saved credentials. For a hosted version that does not require local setup, see the remote MCP endpoint at akarso.co/mcp.

Usage

akarso mcp

Global Options

OptionDefaultDescription
--api-key [key]-API key (overrides AKARSO_API_KEY env and ~/.akarso/config.json)
--api-url [url]-Server URL (overrides AKARSO_API_URL env, defaults to akarso.co)
--profile [id]-Profile (workspace) ID to operate on, overriding the API key's pinned profile. Use profiles list to see available IDs.
--json-Output raw JSON instead of YAML
-h, --help-Display this message
-v, --version-Display version number

Examples

akarso mcp
npx @playwriter/install-mcp 'akarso mcp' --client claude-code