social-media
Typefully MCP, CLI, and Lua Integration for AI Agents
Typefully integration docs for AI agents: MCP gateway setup, Typefully CLI commands, Lua API reference, credentials, and function schemas.
5 functions 4 read 1 write API key auth
Typefully 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
typefully- route_slug
typefully- package
typefully- auth_strategy
api_keyAPI key- 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. Typefully CLIHeadless setup and direct function calls. Typefully 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.
Typefully MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Typefully.
Claude Code Typefully MCP setup for Claude Code. Cursor Typefully MCP setup for Cursor. Codex Typefully MCP setup for Codex. OpenAI Agents Typefully MCP setup for OpenAI Agents SDK. Claude Agent SDK Typefully MCP setup for Claude Agent SDK. Vercel AI SDK Typefully MCP setup for Vercel AI SDK. LangChain Typefully MCP setup for LangChain. LangGraph Typefully MCP setup for LangGraph. CrewAI Typefully MCP setup for CrewAI. MCP clients Typefully MCP setup for Generic MCP Clients.
Typefully CLI Matrix
Use these pages for direct Typefully CLI workflows in scripts, CI, cron, and agent wrappers.
CI Typefully CLI for CI. Cron Jobs Typefully CLI for cron jobs. Shell Scripts Typefully CLI for shell scripts. Headless Automation Typefully CLI for headless automation. Coding Agents Typefully CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
typefully.typefully_create_draft | Write write | 11 | Create a new draft in Typefully. Supports tweets, threads, and newsletter drafts. Separate individual tweets in a thread with four newlines (\\n\\n\\n\\n). |
typefully.typefully_list_scheduled | Read read | 2 | List scheduled drafts in Typefully that are queued for publication. Returns draft content, scheduled dates, and metadata. |
typefully.typefully_list_published | Read read | 2 | List published drafts in Typefully. Returns content, publication dates, engagement metrics, and metadata. |
typefully.typefully_get_draft | Read read | 1 | Get details of a specific Typefully draft by its ID. Returns full content, scheduling info, and metadata. |
typefully.typefully_get_current_user | Read read | 0 | Get the authenticated Typefully user's profile information, including handle, name, and account details. |