Prerequisites
- Claude Code installed (
npm install -g @anthropic-ai/claude-code) - A TryPost Cloud account with an active trial or subscription (no card required to start)
Setup
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.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.
Bearer token fallback (CI, scripts, no browser available)
Bearer token fallback (CI, scripts, no browser available)
When you can’t open a browser — CI runners, remote SSH boxes, scripts — use a Personal Access Token instead:Create the key from Settings > API Keys in the TryPost dashboard. Store it in your secrets manager, not in a committed file.

