apply_post_to_publication — Postlyra MCP Tool Mutating
apply_post_to_publication
(apply post to publication) is one of 32 tools on the
Postlyra
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call apply_post_to_publication from your client
- Claude Code Postlyra apply_post_to_publication run in your project directory
- Claude Desktop Postlyra apply_post_to_publication ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor Postlyra apply_post_to_publication ~/.cursor/mcp.json
- VS Code Postlyra apply_post_to_publication .vscode/mcp.json
- Zed Postlyra apply_post_to_publication ~/.config/zed/settings.json
- Windsurf Postlyra apply_post_to_publication ~/.codeium/windsurf/mcp_config.json
- Cline Postlyra apply_post_to_publication ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI Postlyra apply_post_to_publication ~/.gemini/settings.json
- Grok Postlyra apply_post_to_publication .mcp.json (in your project root)
- ChatGPT Postlyra apply_post_to_publication Settings → Connectors → Advanced → Developer mode
- Claude.ai Postlyra apply_post_to_publication Settings → Connectors → Add custom connector
- LangChain Postlyra apply_post_to_publication pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http postlyra-mcp https://postlyra.app/mcp
Other tools on this server
- get_auth_status
- get_formatting_capabilities
- list_channels
- list_templates
- search_post_drafts
- create_post_draft
- preview_post
- update_post_draft
- attach_media_to_draft
- publish_post
- get_workspace
- update_workspace
- search_posts
- get_post
- show_post_card
- update_post
- copy_post
- archive_post
- restore_post
- list_publications
- schedule_post
- reschedule_publication
- cancel_publication
- delete_publication
- create_template
- update_template
- delete_template
- create_media_upload
- finalize_media_upload
- attach_media
- get_content_attention
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.