Skip to main content
Glama

LinkedIn MCP Server

by felipfr

create_post

Publish LinkedIn posts with customizable text and visibility settings using the LinkedIn MCP Server, designed for AI-driven interactions with LinkedIn data.

Instructions

Create a LinkedIn post with text content and visibility settings

Input Schema

NameRequiredDescriptionDefault
contentYesPost content text
visibilityNoPost visibilityPUBLIC

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Post content text", "type": "string" }, "visibility": { "default": "PUBLIC", "description": "Post visibility", "enum": [ "PUBLIC", "CONNECTIONS" ], "type": "string" } }, "required": [ "content" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/felipfr/linkedin-mcpserver'

If you have feedback or need assistance with the MCP directory API, please join our Discord server