https://github.com/fredericbarthelet/mcp-server-linkedin
An MCP Server for Linkedin API
https://github.com/fredericbarthelet/mcp-server-linkedin
Last synced: over 1 year ago
JSON representation
An MCP Server for Linkedin API
- Host: GitHub
- URL: https://github.com/fredericbarthelet/mcp-server-linkedin
- Owner: fredericbarthelet
- Created: 2025-03-13T14:20:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T13:42:58.000Z (over 1 year ago)
- Last Synced: 2025-03-14T14:33:38.818Z (over 1 year ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linkedin MCP Server
MCP server for interacting with Linkedin Community Management API
This is a TypeScript-based MCP server that allows posting on the platform on behalf of a user or an organization.
## Features
### Tools
- `user-info` - Get current logged in user infos (name, headline and profile picture)
## Development
Install dependencies:
```bash
pnpm install
```
Build the server:
```bash
pnpm run build
```
For development with auto-rebuild:
```bash
pnpm run watch
```
### Debugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the [MCP Inspector](https://github.com/modelcontextprotocol/inspector), which is available as a package script:
```bash
pnpm run inspector
```
The Inspector will provide a URL to access debugging tools in your browser.