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 whatclaude mcp add writes (no Authorization header — OAuth is discovered from the URL):
.mcp.json for project scope or ~/.claude.json for user scope.

