The Metricool MCP is the official server that connects your Metricool account to clients that support the Model Context Protocol (MCP). It lets AI tools read and act on your Metricool data, such as posts, analytics, or advertising campaigns.
FAQs about the Metricool MCP
Updated 2 weeks ago
Short answers about what Metricool MCP is, what it can do, and how authentication works. For setup steps, Claude compatibility, or plan limits, use the dedicated guides linked below.
What exactly is the Metricool MCP?
Do I need to know how to code?
No. You connect by pasting a URL or copying a command into your AI client. After you connect, you interact with Metricool using natural language instead of writing code.
Which social networks and platforms does it support?
The Metricool MCP supports the following networks and advertising platforms:
Instagram (posts, reels, stories)
TikTok
LinkedIn
Facebook (posts, reels, stories)
X (Twitter)
YouTube
Pinterest (pins and boards)
Threads
Bluesky
Twitch
Meta Ads
Google Ads
TikTok Ads
Which AI clients work with Metricool MCP?
Documented clients include Claude Desktop, Claude Code, ChatGPT, Cursor, Mistral Vibe, Make, Zapier, Smithery, TypingMind, N8N, and Gemini CLI. Claude.ai is compatible as an MCP-capable client.
Start with How to connect Metricool’s MCP. For Claude-specific requirements and setup, see How to connect Metricool's MCP with Claude. For ChatGPT, see How to connect Metricool's MCP with ChatGPT.
What Metricool plan do I need?
MCP works with any Metricool plan, including Free. Your Metricool plan limits still apply after you connect. For Free-plan examples, client-side requirements, and the MCP vs API boundary, see MCP limits and plan requirements.
Does Claude need a paid Claude account?
Remote MCP custom connectors are available on Claude Free, Pro, Max, Team, and Enterprise. Free users can use only one custom connector at a time. Claude Code requires a Claude Pro or Max subscription.
Full Claude compatibility and setup steps: How to connect Metricool's MCP with Claude.
How do I authenticate?
You can authenticate in two ways:
OAuth: sign in with your Metricool account and approve access from your AI client.
Token and ID: provide the
METRICOOL_USER_TOKENandMETRICOOL_USER_IDvariables in your configuration.
Some clients, such as N8N, use header auth with X-Mc-Auth and your Metricool API key. See the client steps in How to connect Metricool’s MCP.
Are posts published instantly or scheduled?
You choose. You can publish content immediately, schedule it for a specific date and time, or use the best-time publishing option recommended by Metricool.
Can I manage multiple brands?
Yes. The MCP includes the get_brands tool, which lets you list and select from the brands associated with your Metricool account.
Can I edit already scheduled posts?
Yes. You can modify posts that you have already scheduled using the update_schedule_post tool. See Schedule and edit posts through an LLM with Metricool's MCP.
Is my data secure?
The MCP uses the same permissions and authentication systems as your Metricool account. Revoke access from the AI client or platform where you authorized Metricool. Your data is not stored in the AI model.
What is the difference between MCP and API access?
MCP is an AI client connector for natural language. It works on any plan, including Free. The Metricool API is for programmatic HTTP access and is available only on Advanced and Custom.
See the full comparison in MCP vs API access: what is the difference? and plan limits in MCP limits and plan requirements.
Is it open source? Where is the code?
Yes. The Metricool MCP server is public in the GitHub repository metricool/mcp-metricool and published as a package on PyPI.
Related articles