Enables interaction with the LinkedIn Community Management API through an MCP server.
About
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
- Offers a 'create-post' tool for publishing content.
- Supports Draft Third-Party Authorization Flow.
- 27 GitHub stars
- Provides a 'user-info' tool for retrieving user details.
- Implements HTTP+SSE transport for communication.
- Can be hosted locally or remotely.
Use Cases
- Debugging MCP server implementations using the MCP Inspector.
- Automating LinkedIn post creation and user information retrieval.
- Integrating LinkedIn Community Management API functionality into other applications.