Markaestro for AI agents
MCP serverDatabases & dataSchedule, publish, and review social posts and analytics for a Markaestro brand.
Available today. Use it from your connected AI after setup.
Needs your own Markaestro account. Credentials stay encrypted.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use Markaestro for AI agents
Install Markaestro for AI agents
The server’s own address, for the clients that take one directly. Or connect ahel onceand every client you use reads it from one address, with the account kept on ahel rather than in each client’s config.
Claude Code
claude mcp add --transport http markaestro-for-ai-agents 'https://markaestro.com/api/public/v1/mcp'Run it once in your project, then open /mcp to approve any sign-in the server asks for.
Claude Desktop
https://markaestro.com/api/public/v1/mcpAdd a custom connector in Settings, paste this address, and approve the sign-in.
Cursor
cursor://anysphere.cursor-deeplink/mcp/install?name=markaestro-for-ai-agents&config=eyJ1cmwiOiJodHRwczovL21hcmthZXN0cm8uY29tL2FwaS9wdWJsaWMvdjEvbWNwIn0=Open the link and Cursor adds the server at that address.
ChatGPT
https://markaestro.com/api/public/v1/mcpIn Settings, enable Developer mode, create an MCP app, and paste this address. Your plan and workspace must allow custom apps.
Codex
codex mcp add markaestro-for-ai-agents --url 'https://markaestro.com/api/public/v1/mcp'Run it once, then sign in with codex mcp login markaestro-for-ai-agents if the server asks for an account.
From the project's README
As published by markaestro/markaestro-agents in README.md.
Official agent tooling for Markaestro, the social publishing workspace. Agents schedule, publish, and review posts on Facebook, Instagram, TikTok, Threads, Pinterest, LinkedIn, and X, read brand and per-post analytics, and manage Intelligent Evergreen queues.
| Folder | What it is |
|---|---|
plugin/ | Claude Code plugin: the skill plus the hosted MCP server |
skills/markaestro/ | The markaestro Agent Skill, usable by any client that supports skills |
mcp/ | @markaestro/mcp, the MCP server as a local stdio package |
Connect
The hosted MCP server needs nothing installed and no key pasted. Add
https://markaestro.com/api/public/v1/mcp to your client; the first tool
call opens the browser to sign in, pick a workspace and brand, and click
Allow (OAuth 2.1 with PKCE and dynamic client registration).
Claude Code
claude plugin marketplace add markaestro/markaestro-agents
claude plugin install markaestro@markaestro
Claude, Cursor, ChatGPT, Grok, OpenClaw, Hermes, and other clients: step by step instructions for each are at markaestro.com/developers/agents.
Skill only
npx skills add markaestro/markaestro-agents
Local package (reads media from your own disk; needs a workspace API key from Settings, API Access):
claude mcp add markaestro -e MARKAESTRO_API_KEY=mk_live_... -- npx -y @markaestro/mcp
Safety
- Every connection is bound to one brand, chosen by the user at sign-in.
create_postsaves a draft unlessscheduledAtis set.publish_postis the only tool that publishes now, and the skill tells the agent to ask first.- Every write tool is annotated
destructiveHint, so Claude asks before each one. - Connected agents are listed and revoked in Markaestro under Settings, API.
Privacy Policy
Markaestro processes the posts, media, and analytics the agent reads or writes for the connected brand, and nothing from the conversation beyond each tool call's arguments. See the Privacy Policy for what is collected, how it is used and retained, who it is shared with, and how to contact us. Terms of Service.
Support
Open an issue in this repository, or contact support through markaestro.com.
License
MIT. Copyright (c) 2026 Aethos Solutions LLC.
Advanced
- Delivery
- mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
com-markaestro-mcp- Source
- github.com/markaestro/markaestro-agents
- Hosted endpoint
https://markaestro.com/api/public/v1/mcp