领英
HTTP-SSELinkedIn社区管理API交互服务器
LinkedIn社区管理API交互服务器
MCP server for interacting with Linkedin Community Management API.
This MCP server:
⚠️ Disclaimer: The Third-Party Authorization Flow proposal status is currently in draft. The only MCP client, to my knowledge, that currently implements this specification of the protocol is the MCP Inspector
user-info - Get current logged in user infos (name, headline and profile picture)create-post - Create a new post on LinkedInFollow those instructions to run Linkedin MCP server on your host. You'll need to provide your own Linkedin client.
lts/jod)Community Management API product installed and http://localhost:3001/callback added to the authorized redirect URLspnpm install
JWT_SECRET:cp .env.template .env && vi .env
pnpm run dev
{ "mcpServers": { "linkedin": { "url": "http://localhost:3001/sse" } } }
Start the MCP Inspector to debug this server, which is available as a package script:
pnpm run inspector
Access the inspector in your browser at http://localhost:5173