Enables interaction with the LinkedIn Community Management API through an MCP server.
Facilitates interaction with the LinkedIn Community Management API using a Model Context Protocol (MCP) server. It supports the Draft Third-Party Authorization Flow, allowing delegated authorization to LinkedIn's OAuth server. This server can be hosted locally or remotely, utilizing HTTP+SSE transport as defined in MCP specifications, and includes tools for user information retrieval and post creation.
Key Features
01Offers a 'create-post' tool for publishing content.
02Supports Draft Third-Party Authorization Flow.
0327 GitHub stars
04Provides a 'user-info' tool for retrieving user details.
05Implements HTTP+SSE transport for communication.
06Can be hosted locally or remotely.
Use Cases
01Debugging MCP server implementations using the MCP Inspector.
02Automating LinkedIn post creation and user information retrieval.
03Integrating LinkedIn Community Management API functionality into other applications.