Claude Desktop
Add the following to your Claude Desktop MCP configuration file:- macOS
- Windows
Edit
~/Library/Application Support/Claude/claude_desktop_config.json:your-api-key with your actual API key from Settings > Developers > Public API.
Claude Code
The fastest way is the CLI:Cursor
In Cursor, go to Settings > MCP and add a new server:- Name: Groniz
- Type: HTTP
- URL:
https://mcp.groniz.com/mcp/your-api-key
Other MCP Clients
Any MCP-compatible client can connect to Groniz. Use the streamable HTTP transport:- URL:
https://mcp.groniz.com/mcp/your-api-key - Transport: Streamable HTTP
- URL:
https://mcp.groniz.com/mcp - Transport: Streamable HTTP
- Authorization:
Bearer your-api-key
Verify Connection
Once connected, ask your AI agent:“List my connected social media accounts”If the connection is working, the agent will call the
integrationList tool and return your connected accounts.