Skip to main content
Claude Code is Anthropic’s CLI tool for working with Claude directly in your terminal. You can connect it to TryPost’s MCP server to manage your social media scheduling with natural language.

Prerequisites

  • Claude Code installed (npm install -g @anthropic-ai/claude-code)
  • A TryPost Cloud account with an active trial or subscription (start a 7-day free trial)

Setup

1

Add the TryPost MCP server

Run the following command in your terminal:
This registers the server in the project’s .mcp.json. Append --scope user to make it available across all projects.
2

Sign in through your browser

Start Claude Code and trigger the first TryPost call:
Claude Code opens a browser window asking you to sign in to TryPost and authorize the connection. Click Allow — Claude Code stores the OAuth token and refreshes it automatically from then on.

Manual configuration

If you prefer to edit the config file directly, this is what claude mcp add writes (no Authorization header — OAuth is discovered from the URL):
Drop it in .mcp.json for project scope or ~/.claude.json for user scope.

Example prompts