Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Model Context Protocol server for interacting with Metricool's API to access social media metrics, campaign data, and schedule posts.
Add this to your MCP client configuration:
{
"mcpServers": {
"metricool-mcp-metricool": {
"command": "uvx",
"args": [
"mcp-metricool"
],
"env": {
"METRICOOL_USER_TOKEN": "<Your Metricool API user token>",
"METRICOOL_USER_ID": "<Your Metricool user ID>"
}
}
}
}{
"id": "metricool-mcp-metricool",
"name": "Metricool",
"description": "A Model Context Protocol server for interacting with Metricool's API to access social media metrics, campaign data, and schedule posts.",
"source_url": "https://github.com/metricool/mcp-metricool",
"publisher_name": "metricool",
"publisher_url": "https://github.com/metricool",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 322,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "mcp-metricool"
},
"tools_count": 25
}