marketing
Sprout Social MCP, CLI, and Lua Integration for AI Agents
Sprout Social integration docs for AI agents: MCP gateway setup, Sprout Social CLI commands, Lua API reference, credentials, and function schemas.
7 functions 6 read 1 write Manual OAuth token auth
Sprout Social for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
sproutsocial- route_slug
sproutsocial- package
sproutsocial- auth_strategy
oauth2_manual_tokenManual OAuth token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Sprout Social CLIHeadless setup and direct function calls. Sprout Social MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Sprout Social MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Sprout Social.
Claude Code Sprout Social MCP setup for Claude Code. Cursor Sprout Social MCP setup for Cursor. Codex Sprout Social MCP setup for Codex. OpenAI Agents Sprout Social MCP setup for OpenAI Agents SDK. Claude Agent SDK Sprout Social MCP setup for Claude Agent SDK. Vercel AI SDK Sprout Social MCP setup for Vercel AI SDK. LangChain Sprout Social MCP setup for LangChain. LangGraph Sprout Social MCP setup for LangGraph. CrewAI Sprout Social MCP setup for CrewAI. MCP clients Sprout Social MCP setup for Generic MCP Clients.
Sprout Social CLI Matrix
Use these pages for direct Sprout Social CLI workflows in scripts, CI, cron, and agent wrappers.
CI Sprout Social CLI for CI. Cron Jobs Sprout Social CLI for cron jobs. Shell Scripts Sprout Social CLI for shell scripts. Headless Automation Sprout Social CLI for headless automation. Coding Agents Sprout Social CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
sproutsocial.sproutsocial_list_profiles | Read read | 0 | List all social media profiles connected to the Sprout Social account. Returns profile IDs, service types (e.g., Twitter, Facebook, LinkedIn), and display names. |
sproutsocial.sproutsocial_get_profile | Read read | 1 | Get details of a specific social media profile in Sprout Social by its ID. Returns profile service type, display name, and account metadata. |
sproutsocial.sproutsocial_list_posts | Read read | 3 | List posts across social profiles in Sprout Social. Optionally filter by status (sent, scheduled, draft) and paginate results. |
sproutsocial.sproutsocial_create_post | Write write | 4 | Create and schedule a new social media post in Sprout Social. Provide the text content, target profile IDs, and optionally a scheduled time or media attachments. |
sproutsocial.sproutsocial_list_messages | Read read | 2 | List inbox messages and conversations in Sprout Social. Returns message IDs, sender info, and content snippets with pagination support. |
sproutsocial.sproutsocial_get_message | Read read | 1 | Get details of a specific message in Sprout Social by its ID. Returns sender info, message content, attachments, and conversation metadata. |
sproutsocial.sproutsocial_get_current_user | Read read | 0 | Get the currently authenticated Sprout Social user profile. Returns the user name, email, and account info. |