Groniz — Social Media Connector for AI Agents

Groniz is a remote MCP server that lets AI agents publish and schedule social content across 32+ networks, including X, Instagram, LinkedIn, Facebook, Threads, TikTok, YouTube, Reddit, Pinterest, Bluesky, Mastodon, Telegram, and Discord. It provides a unified interface for managing connected accounts, authentication, platform-specific formatting, and content delivery.

Documentation

____ ____ ___ _ _ ___ ____ / ___| _ \ / _ | \ | |_ | / | | | |) | | | | | || | / / | |_| | _ <| || | |\ || |/ / _ _|| _\__/|| _|/_|

Groniz MCP Server

Connect to: https://mcp.groniz.com/mcp

Setup Instructions:

The Groniz MCP acts on your connected accounts, so it requires an API key.

Get an API key: Open https://groniz.com/console/connectors/api-keys Create a key and copy it (treat it like a password; revoke it anytime). Guide: https://docs.groniz.com/quickstart#create-an-api-key

For most clients (Streamable HTTP) — API key in a header: { "mcpServers": { "groniz": { "url": "https://mcp.groniz.com/mcp", "headers": { "Authorization": "Bearer " } } } }

Or embed the key in the URL: { "mcpServers": { "groniz": { "url": "https://mcp.groniz.com/mcp/" } } }

For Claude Code: claude mcp add -s user -t http groniz https://mcp.groniz.com/mcp -H "Authorization: Bearer "

Docs & LLM guides: https://docs.groniz.com https://docs.groniz.com/llms.txt https://groniz.com/llms.txt