- Home
- MCP servers
- typescript
35
GitHub Stars
typescript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
This MCP server lets you interact with LinkedIn’s Community Management API from your own environment. It supports hosting locally or remotely over HTTP+SSE and handles authorization delegation through the Draft Third-Party Authorization Flow, enabling you to fetch user info and create posts on LinkedIn.
How to use
You connect a client to this server to access LinkedIn features. Use the HTTP endpoint to stream events and the local runtime to run the server directly on your machine. Available actions include retrieving the currently logged-in user’s profile information and creating new LinkedIn posts.
How to install
pnpm install
cp .env.template .env && vi .env
pnpm run dev
Additional notes
Configuration uses a simple MCP server setup. You can run the server locally with the provided commands and then point your MCP client to the correct URLs. Debugging is supported via an MCP Inspector, which you can start with a dedicated script.
Available tools
user-info
Fetches information about the currently authenticated LinkedIn user, including name, headline, and profile picture.
create-post
Creates a new post on LinkedIn on behalf of the authenticated user.