Try BrandGhost MCP Free: Complete Setup and First Automated Post Walkthrough
Try BrandGhost MCP free: a step-by-step walkthrough from creating your BrandGhost account and configuring Claude Desktop to your first scheduled post.
If you are ready to try BrandGhost MCP free and want a direct path from zero to your first AI-scheduled post, this is that guide. No theory, no feature comparisons – just the steps, in order.
Start here: mcp.brandghost.ai – free trial, no credit card required to begin.
The full setup takes most people under 15 minutes. By the end of this walkthrough you’ll have Claude Desktop talking to the BrandGhost MCP server, your social accounts connected, and at least one real post confirmed on your calendar.
What the Free Trial Includes
Before you invest time in setup, here’s what you’re actually getting access to during the trial:
- Post scheduling via
brandghost_schedule_post– create and publish posts to one or more connected accounts, with support for text, images, and video - Calendar visibility via
brandghost_get_calendar– see everything scheduled or posted, with status (Scheduled / Posted / Failed) and target times - Topic streams – automated content rotation queues you can create, populate, and schedule using
brandghost_manage_topic_streamandbrandghost_add_topic_stream_content - Feed monitoring via
brandghost_get_feed– view mentions, comments, and interactions across platforms, with filtering by status or platform - AI content generation via
brandghost_generate_content– generate posts on topics you specify, remix existing content, or add AI-written entries directly into a topic stream - Analytics tools – including
brandghost_get_analytics,brandghost_get_follower_metrics, andbrandghost_content_performance_patterns - Workspace management via
brandghost_get_workspace_info– see all connected accounts, groups, and personas in one call - SEO and content intelligence tools including
brandghost_run_seo_auditandbrandghost_find_content_gaps
All of this is accessible through Claude using natural language – no API calls, no dashboards to learn, no separate interface beyond the BrandGhost account you’ll set up in the next step.
If you want a broader picture of what these tools unlock in practice, the BrandGhost MCP use cases walkthrough covers real-world workflows in depth.
Step 1: Create Your BrandGhost Account and Get Your API Key
- Go to mcp.brandghost.ai and sign up for a free trial account.
- Once inside the BrandGhost dashboard, navigate to the Connected Accounts section and link the social platforms you want to post to.
BrandGhost MCP supports the following platforms:
| Platform | Platform | Platform |
|---|---|---|
| Threads | Bluesky | |
| TikTok | Telegram | YouTube |
| Discord | ||
| Mastodon |
- After connecting at least one account, locate your MCP API key in the dashboard settings. Copy it – you’ll need it in the next step.
That’s it for the BrandGhost side. Your account is active, your accounts are connected, and you have a key. Now you wire Claude Desktop into it.
Step 2: Install Claude Desktop and Configure the MCP Server
BrandGhost hosts the MCP server – you don’t need to run anything locally beyond adding a small block to Claude Desktop’s config file.
Install Claude Desktop
Download Claude Desktop from claude.ai/download if you don’t already have it. Install it, sign into your Anthropic account, and launch it at least once before proceeding.
Edit the Config File
Claude Desktop reads MCP server connections from a JSON configuration file. The file location depends on your operating system:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Open the file in any text editor. If it doesn’t exist yet, create it. Add the BrandGhost MCP server block inside the mcpServers object:
1
2
3
4
5
6
7
8
9
10
11
{
"mcpServers": {
"brandghost": {
"command": "npx",
"args": ["-y", "@brandghost/mcp-server"],
"env": {
"BRANDGHOST_API_KEY": "your_api_key_here"
}
}
}
}
Replace your_api_key_here with the key you copied from the BrandGhost dashboard.
Save the file, then fully quit and relaunch Claude Desktop – the MCP server only loads on startup.
For a more detailed technical breakdown of this config, including multi-server setups and troubleshooting, see the BrandGhost MCP server setup guide for Claude Desktop.
Step 3: Verify the Connection
Once Claude Desktop restarts, you should see a small hammer icon in the chat interface indicating MCP tools are available. To confirm BrandGhost is connected and your accounts are visible, type this into Claude:
“Use brandghost_get_workspace_info to show my connected social accounts.”
A successful response looks like this – Claude returns a list of your connected accounts with their platform names, and you may also see any account groups or AI personas you’ve configured.
What to check:
- Every account you connected in Step 1 should appear in the list
- Platform names should match (e.g., “Twitter”, “LinkedIn”)
- No error messages about authentication
If you see an error, the most common cause is a typo in the API key or forgetting to fully restart Claude Desktop after editing the config. Double-check both, relaunch, and try again.
Step 4: Schedule Your First Post
With the connection verified, you’re ready to schedule a real post. Here’s an example conversation that walks through the full flow.
Draft and schedule
The cleanest way to test the integration is to write a real post and schedule it directly from Claude. You do not need to open a scheduling dashboard, copy post text, or set a time anywhere outside the conversation. The following prompt walks through a complete example you can run as-is or adapt to your own content:
Type something like this in Claude:
“Schedule a LinkedIn post for tomorrow at 9am saying: ‘Just set up BrandGhost MCP with Claude – now I can schedule social posts by just asking. The future of content workflows is here.’ Use brandghost_schedule_post.”
Claude will call brandghost_schedule_post with:
- The post body you provided
- Your LinkedIn account as the target
- A scheduled time in ISO format (e.g.,
2026-03-20T09:00:00Z)
It will return a confirmation with the post content ID and the scheduled time.
Confirm it on your calendar
To make sure the post is real and queued:
“Show me what’s on my calendar for tomorrow using brandghost_get_calendar.”
Claude calls brandghost_get_calendar and returns your scheduled posts for that date, including the status (“Scheduled”), the post preview, and the target time. If you see your post there, you’re done – that post will go live at the scheduled time without any further action on your part.
Post to multiple platforms at once
Once you’re comfortable, try scheduling to more than one platform in a single step:
“Schedule the same post to Twitter and LinkedIn at 10am today.”
brandghost_schedule_post accepts an array of target accounts, so one instruction covers multiple platforms simultaneously. For a deeper look at multi-channel strategies, the guide on automating social media posting across multiple channels covers the approach in full.
Step 5: What to Explore After Your First Post
Your first scheduled post is real confirmation the integration works end to end. The following features are worth testing during your BrandGhost MCP free trial. Each one demonstrates a different part of the platform and does not require any additional configuration beyond what you have already completed:
Topic streams
Topic streams are rotating content queues that post on a recurring schedule – useful for evergreen content, tips, or product updates you want to cycle continuously. Try this sequence in Claude:
- Ask Claude to create a new stream: “Create a topic stream called ‘Weekly Tips’ posting to LinkedIn every Monday at 8am.”
- Add content: “Add these three entries to the Weekly Tips stream: [your tips].”
- Check health: “Run a stream health audit to see how much runway I have.”
The brandghost_stream_health_audit tool will tell you how many days of content you have before entries start repeating – useful for knowing when to add more.
Content generation
If you want Claude to help write posts rather than just schedule pre-written content, the generate tools let you go from a topic to a queued post in a single prompt. This is especially useful for filling a stream quickly or exploring multiple angles on a subject without opening a separate writing tool:
“Generate 5 LinkedIn posts about AI tools for content creators and add them to my Weekly Tips stream.”
brandghost_generate_content with action: generate_into_stream handles this in one step.
Analytics
After a few days of posting:
“Show me my follower growth over the last 30 days using brandghost_get_follower_metrics.”
“What content patterns are performing best? Use brandghost_content_performance_patterns.”
These tools give you performance data you can feed directly back into your next round of content decisions – all within the same Claude conversation.
For a comprehensive list of prompts to get the most out of these tools, the 25 MCP prompts for social media article is a practical reference.
Addressing Common Objections
Before committing to a plan, these are the questions creators raise most often when deciding whether to try BrandGhost MCP free. The answers below reflect the current trial terms and typical setup experience.
“Is it really free?”
Yes. The free trial at mcp.brandghost.ai lets you connect accounts and schedule real posts without requiring a credit card to get started. The trial is designed to let you test the full workflow before committing to a paid plan.
“How hard is the setup?”
The two genuinely technical steps are:
- Editing a JSON config file (a few lines of text)
- Copying an API key from your dashboard
Most people with no prior MCP experience complete this in under 15 minutes. If you get stuck, the getting started guide for BrandGhost MCP covers the full setup with additional detail.
“What if I already use another scheduling tool?”
BrandGhost MCP doesn’t require you to abandon your current stack. Many creators use it alongside existing tools – particularly for cases where natural language drafting, bulk generation, or conversational scheduling offers a better workflow than a traditional dashboard. You can run both in parallel and decide over time where each fits best.
“Do I need to be technical?”
No. The setup involves editing one JSON file and copying one key. Once past that initial config, every interaction with BrandGhost happens through plain English in Claude Desktop. You don’t write code, call APIs directly, or use a command line during normal use.
“What if something breaks or I want to change a post?”
Use brandghost_update_scheduled_post to change content, timing, or target accounts for any post that hasn’t been published yet. Use brandghost_delete_scheduled_post to remove it entirely. Both are accessible from Claude with a simple instruction like: “Update my 9am LinkedIn post to go out at 11am instead.”
Frequently Asked Questions
Is BrandGhost MCP actually free to try?
Yes -- BrandGhost offers a free trial you can start at mcp.brandghost.ai with no credit card required to get going. You can connect your social accounts, configure Claude Desktop, and schedule real posts during the trial period.
Do I need to be a developer to set up BrandGhost MCP?
You do not need to be a developer. The setup involves editing a single JSON config file in Claude Desktop and signing up at mcp.brandghost.ai. Most creators complete the full setup in under 15 minutes. If you want a deeper technical walkthrough, a dedicated developer guide is available on the blog.
Which social media platforms can I connect to BrandGhost MCP?
BrandGhost MCP supports Twitter, LinkedIn, Instagram, Facebook, Threads, Bluesky, TikTok, Telegram, YouTube, Reddit, Discord, Pinterest, and Mastodon. You can connect multiple accounts and post to one or several platforms in a single Claude conversation.
What happens if I already use another social media scheduling tool?
BrandGhost MCP works alongside other tools -- it does not require you to migrate or abandon your current stack. You can run it in parallel and use it wherever a natural-language, AI-driven workflow makes sense, such as drafting topic stream content or scheduling a burst of posts during a campaign.
