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.Documentation Index
Fetch the complete documentation index at: https://docs.trypost.it/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Claude Code installed (
npm install -g @anthropic-ai/claude-code) - A TryPost API key
Setup
Add the MCP server
Run the following command in your terminal:This adds the server to your project’s
Replace
YOUR_API_KEY with your actual API key from the TryPost dashboard..mcp.json file. To add it globally instead, append the --scope user flag.Manual configuration
You can also configure the server manually by creating a.mcp.json file in your project root:
~/.claude.json.

