mcp-metricool
mcp-metricool
MCP server for Metricool — schedule social media posts, get analytics, and find optimal posting times.
Tools
Tool | Description |
| List all connected brands/accounts |
| Schedule a post (LinkedIn, Instagram, Facebook, etc.) |
| View pending scheduled posts |
| Get post performance metrics |
| Find optimal posting times based on engagement |
Setup
npm install
npm run buildEnvironment Variables
METRICOOL_TOKEN=your-api-token
METRICOOL_USER_ID=your-user-idGet your API token from: Metricool → Settings → API
Usage with Claude Desktop / OpenClaw
{
"mcpServers": {
"metricool": {
"command": "node",
"args": ["path/to/mcp-metricool/dist/index.js"],
"env": {
"METRICOOL_TOKEN": "your-token",
"METRICOOL_USER_ID": "your-user-id"
}
}
}
}Supported Networks
LinkedIn, Twitter/X, Facebook, Instagram, YouTube, TikTok, Threads, Bluesky — depends on what's connected in your Metricool account.
License
MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DojoCodingLabs/mcp-metricool'
If you have feedback or need assistance with the MCP directory API, please join our Discord server