Official Cursor, Claude Code, and Grok plugins for TryPost —
draft, schedule, and publish across 12 networks from your AI assistant.
Try on Cloud • MCP docs • trypostit/trypost
npx skills add trypostit/trypost-agent/plugin marketplace add trypostit/trypost-agent
/plugin install trypost@trypost-agentThe plugin registers the hosted TryPost MCP server (https://app.trypost.it/mcp/trypost). Claude opens a browser to sign in on first connection — no API key or local install.
This repo ships a Grok Build manifest at .grok-plugin/plugin.json and a catalog at .grok-plugin/marketplace.json, so it can be added as a marketplace source directly.
The Grok plugin bundles the hosted TryPost MCP server via mcpServers — you'll be asked to sign in to TryPost on first connection; no token or local install needed.
grok plugin marketplace add trypostit/trypost-agentOr install from the xAI plugin marketplace once the listing is merged.
This repo ships a Cursor plugin manifest at .cursor-plugin/plugin.json.
-
From the marketplace / Customize panel: open Customize in the Cursor sidebar, find trypost, and select Install (project or user scope).
-
Local install (development):
git clone https://github.com/trypostit/trypost-agent.git ln -s "$(pwd)/trypost-agent" ~/.cursor/plugins/local/trypost
then restart Cursor or run Developer: Reload Window.
The plugin exposes the trypost skill and the hosted MCP server. On first tool call, Cursor opens a browser for TryPost OAuth.
Once the plugin is installed and you've signed in, ask in plain language:
- "List my connected social accounts"
- "Draft a LinkedIn post for tomorrow at 9am and preview it"
- "Publish this TikTok now"
- "What do I have scheduled this week?"
- "Attach https://example.com/photo.jpg to the draft, then publish"
- "Watch my Instagram reels and republish to TikTok"
The skill drives the official MCP tools (posts, media, Asset Library, signatures, labels, accounts, webhooks, repurpose, workspace). See SKILL.md for the full workflow.
| URL | https://app.trypost.it/mcp/trypost |
| Auth | OAuth 2.1 + Dynamic Client Registration (mcp:use) |
| API keys | REST API only. A Personal Access Token on the MCP URL returns 403. |
Self-hosted instances use {APP_URL}/mcp/trypost (must be public HTTPS for hosted agents like Grok). Cloud MCP requires an active subscription.
Manual client setup (without the plugin):
{
"mcpServers": {
"trypost": {
"type": "http",
"url": "https://app.trypost.it/mcp/trypost"
}
}
}Guides for every client: docs.trypost.it/ai/introduction.
Native publishing through each network's official API:
Instagram · Facebook · LinkedIn · X · TikTok · YouTube Shorts · Threads · Pinterest · Bluesky · Mastodon · Telegram · Discord
.cursor-plugin/ Cursor plugin + marketplace manifests
.claude-plugin/ Claude Code plugin + marketplace manifests
.grok-plugin/ Grok Build plugin + marketplace manifests
skills/trypost/ Agent skill (SKILL.md)
mcp.json Shared MCP server definition
assets/ Logo and icon
SKILL.md Same skill, repo root (npx skills add / OpenClaw)
AGPL-3.0 — same license as TryPost.
- Website: trypost.it
- Docs: docs.trypost.it
- MCP tools: docs.trypost.it/ai/tools-reference
- App: app.trypost.it
- Source: trypostit/trypost