Integrates with the LinkedIn API, allowing interaction with your professional network and content.
A powerful Model Context Protocol server for LinkedIn API integration
LinkedIn MCP Server brings the power of the LinkedIn API to your AI assistants through the Model Context Protocol (MCP). This TypeScript server empowers AI agents to interact with LinkedIn data, search profiles, find jobs, and even send messages.
MCP (Model Context Protocol) is an open protocol that standardizes how applications provide context to LLMs - think of it as a USB-C port for AI applications, connecting models to external data sources and tools.
# Install dependencies
npm install
# Run the development server
npm run start:dev
# Build the server
npm run build
To use with Claude Desktop or other MCP-compatible AI assistants:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"linkedin-mcp-server": {
"command": "/path/to/linkedin-mcp-server/build/index.js"
}
}
}
MCP servers communicate over stdio which can make debugging challenging. Use the integrated MCP Inspector:
# Debug with MCP Inspector
npm run inspector
The Inspector provides a browser-based interface for monitoring requests and responses.
This server handles sensitive LinkedIn authentication credentials. Review the token management system to ensure it meets your security requirements.
This project is licensed under the MIT License. See the LICENSE file for details.
An MCP server for interacting with Slack workspaces using user tokens, without requiring bots or special permissions.
BGG MCP enables AI tools to interact with the BoardGameGeek API.
Interact with the Digital Samba Embedded API for video conferencing features like room management, analytics, recording, and live session control.
The most powerful MCP server for Slack Workspaces. This integration supports both Stdio and SSE transports, proxy settings and does not require any permissions or bots being created or approved by Workspace admins 😏.
Enables room-based messaging between multiple agents.
A server for the Dixa API, enabling management of conversations and tags.
Interact with the Ghost blogging platform using the Model Context Protocol (MCP) with Server-Sent Events (SSE) support.
Manage Twilio resources such as subaccounts, phone numbers, and regulatory bundles using the Twilio API.
Send notifications to Slack channels using webhook URLs.
Schedule and manage Zoom meetings with AI assistance. Requires Zoom API credentials for configuration.