mrkeyoor.com_
Wed 12 Aug 17:50 UTC
Automationevaluationupdated 12 Aug 2026

AiToEarn

AiToEarn's primary README is Simplified Chinese, with maintained English and Japanese versions available. It is a content-operations platform that uses agents to create media, schedule and publish it across Chinese and global social networks, automate engagement, and expose publishing actions to other assistants through MCP.

Verdict

AiToEarn is unusually ambitious and unusually relevant for creators spanning Chinese and Western networks, where most social schedulers cover only half the job. Its creation, publishing, engagement, and MCP surface can remove real repetition. I would use it as a supervised draft-and-schedule console, not a fully autonomous growth machine, until duplicate-post retry behavior and the reported MCP media vulnerability are resolved and every platform account has a clear policy-safe workflow.

Setup3/5Easy hosted start, but serious self-hosted integrations and relays
Docs4/5Detailed trilingual setup, with most depth and updates in Chinese
Community4/5Large audience, current releases, and focused bilingual reports
Maturity3/5Broad working suite with publishing and MCP safety gaps

Who it’s for

Chinese-speaking creators and small teams managing many social channels from one calendar.
Brands publishing to both Chinese platforms and TikTok, YouTube, Instagram, X, LinkedIn, or Pinterest.
Operators who want Docker deployment but are comfortable using AiToEarn relays for social authorization or AI access.
MCP users who need an agent to generate drafts or launch platform-specific publishing tasks.

Who it’s NOT for

Teams requiring fully independent self-hosting: the README recommends Server Relay for official social OAuth credentials and requires an AiToEarn API key for MCP, OpenClaw, and relay-backed use.
Publishers who cannot tolerate duplicate public posts: issue 586 describes TikTok retries creating more than one post after an ambiguous failure.
Security-sensitive MCP deployments before reviewing issue 579, which reports caller-controlled FFmpeg URL protocols enabling command-like protocol abuse and server-side requests.
International RedNote users relying on Hong Kong phone registration: issue 583 says the extension cannot recognize sessions redirected to rednote.com.
Organizations whose platform policies prohibit automated likes, follows, comments, or cross-posting: those actions are advertised features, so each network's rules and account risk must be checked.

Setup reality

The hosted site is the easiest route. Docker Compose starts the open stack, but useful production publishing still needs MongoDB, Redis, storage, two backend services, the web app, platform authorization, media tools, and model providers. Without each platform's developer credentials, the recommended Server Relay borrows AiToEarn's OAuth setup; AI Relay similarly supplies hosted models. That convenience means the deployment is not fully autonomous. Test one account and one post type per network, define retry and approval policy, protect social cookies and API keys, and supervise any MCP tool that can publish or process remote media.

A creator platform built around distribution

AiToEarn tries to cover the entire content loop rather than offer one AI writing box. Its four named areas are creation, publishing, engagement, and monetization. An agent can generate image or video drafts through configured models, adapt material to platform limits, schedule posts, publish to more than a dozen networks, and help respond to comments. A marketplace connects creators with promotional tasks paid by sales, engagement, or impressions.

The unusual advantage is channel geography. AiToEarn lists Douyin, RedNote, Kuaishou, Bilibili, WeChat Channels, and WeChat alongside TikTok, YouTube, Facebook, Instagram, Threads, X, Pinterest, and LinkedIn. A creator operating in both China and international markets normally needs multiple dashboards or custom scripts. One shared draft box and calendar can remove substantial repeated uploading and formatting.

The primary README and release notes are Simplified Chinese. English and Japanese README versions exist, and issue templates encourage English when possible. International users can operate the product, but the fastest community context and several platform-specific instructions remain Chinese-first.

Creation and engagement go beyond scheduling

The creation agent can call image and video providers, translate video, edit media, write captions, generate tags, and submit batches in parallel. Version 2.5 expanded draft generation with model parameters, platform constraints, referenced assets, and task status. Users can connect OpenAI, Gemini, Anthropic, and compatible endpoints or use the project's AI Relay.

Engagement automation runs through a browser extension. The README advertises automatic likes, saves, follows, AI-generated comment replies, comment mining for purchase signals, and brand monitoring. These capabilities may increase operator speed, but they cross a different risk boundary than drafting. Social networks set rules for automated engagement, rate limits, disclosure, and account authenticity. A tool exposing the action does not establish that using it is permitted.

Monetization is similarly a platform feature, not a revenue promise. The marketplace describes CPS, CPE, and CPM settlement modes. Creators should inspect task terms, attribution, eligibility, payment jurisdiction, content rights, and dispute handling before treating listed work as dependable income. The repository does not publish evidence that a typical user will earn a particular amount.

Five entry points, with different dependence

The hosted Chinese and international sites require the least setup. OpenClaw users install a plugin, while Claude, Cursor, and other MCP clients connect to a hosted HTTP or SSE endpoint with an x-api-key. Docker Compose starts a private deployment on port 8080. Developers can run separate AI and server backends plus the web front end, with MongoDB and Redis supplied through Docker or external services. A separate Electron repository provides the desktop client.

All routes are not equally independent. The README says OpenClaw, MCP, and Docker relay modes require an API key obtained from AiToEarn's hosted service. Self-hosters can apply for developer credentials from each social platform, but the recommended Server Relay lets them use AiToEarn's OAuth credentials instead. AI Relay similarly exposes platform-provided models. Version 2.5 moved relay settings into the interface and split publishing authorization from AI traffic.

This is convenient, especially where social developer approval is difficult. It also means a private server may still rely on hosted authorization and AI infrastructure. Operators should diagram which prompts, assets, account grants, and tokens reach each relay. Back up configuration and confirm what stops working if the hosted endpoint is unavailable.

Publishing retries need conservative semantics

Social publishing is an external side effect. A network can accept a request while the local caller times out before saving the returned identifier. Retrying blindly can create two public posts. Issue 586 documents that sequence for TikTok Direct Post: the platform accepts initialization, a later upload or persistence step fails, and AiToEarn treats the task as retryable without a stored publish_id.

That is a serious automation bug because cleanup happens in public. Until idempotency or reconciliation is released, TikTok users should disable unattended retries, check platform status after ambiguous errors, and require human confirmation before resubmission. The same principle applies to every network integration even if no duplicate report exists: “unknown” is not the same as “failed.”

Platform authentication also varies by region. Issue 583 says Hong Kong phone users are redirected from Xiaohongshu to RedNote domains, while the browser extension checks the former session and reports the account as logged out. This illustrates why a long platform list must be tested by country, account type, content format, and authorization path.

The MCP surface expands both utility and risk

AiToEarn exposes publishing and creation tools through MCP, so an external agent can generate media and initiate network tasks without using the web dashboard. The integration is useful for larger workflows, but the MCP caller may be a model influenced by untrusted content. Tool parameters need the same validation as a public API.

Issue 579 reports that generateSubtitle passes a caller-supplied mediaUrl directly to FFmpeg. FFmpeg accepts file, concat, pipe, gopher, and many other protocols in addition to HTTP, creating possible local-file and server-side request behavior. The report concerns an authenticated MCP caller, which is still meaningful because agent credentials often authorize broad tool use. Restrict network access, media URL schemes, and filesystem permissions, and verify a released fix before exposing the tool beyond a trusted test client.

Health and the decision

Version 2.5.0 shipped on June 24, 2026, and the repository was pushed on July 30. Its 16 open issues and pull requests form a current queue covering security, TikTok retries, RedNote sessions, relay configuration, builds, and MCP clients. The project has grown quickly from Chinese video posting into a large agent suite, which explains both the feature breadth and the integration edges.

AiToEarn is a compelling supervised console for multi-market creators. Start by generating drafts, then add one approved publishing channel at a time. Keep public actions behind review, treat ambiguous responses as a reconciliation task, and audit MCP media handling. The tool can reduce a great deal of repetitive work without being trusted to run every growth tactic on its own.

Alternatives

ProjectWhat it isPick it when
PostizAn open-source social scheduling platform with multi-network publishing and team workflows.pick this instead when conventional scheduling and analytics matter more than AiToEarn's Chinese-platform reach and content marketplace.
n8nA general workflow automation system that can connect model APIs and social services through custom flows.pick this instead when you want explicit, auditable automation logic and are willing to assemble each publishing integration.
ActivepiecesAn automation platform for building app and AI workflows with a visual editor.pick this instead when broad business automation and human approval steps matter more than a creator-specific content suite.

What people are saying

  1. [github-trending] yikart/AiToEarn

Sources

  1. AiToEarn README
  2. AiToEarn v2.5.0 release
  3. TikTok duplicate retry issue
  4. FFmpeg MCP media URL security report
  5. International RedNote session issue