Skip to main content
Glama

LinkedIn Content Creation MCP Server

by chrishayuk
server.py397 B
""" MCP server for LinkedIn post creation. Entry point for running the server. This module provides backward compatibility and delegates to the CLI. """ import sys from .cli import main # For backward compatibility, keep the old entry point if __name__ == "__main__": # If no arguments provided, default to stdio mode if len(sys.argv) == 1: sys.argv.append("stdio") main()

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/chrishayuk/chuk-mcp-linkedin'

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