linkedin-mcp-server-headed
Verified Safeby andriyshevchenko
Overview
Provides a base Model Context Protocol (MCP) server for interacting with LinkedIn using Playwright, designed to be extended with specific tools and resources.
Installation
npm startEnvironment Variables
- LOG_LEVEL
Security Notes
The provided source code is a minimal template and does not contain obvious hardcoded secrets, 'eval' statements, or malicious patterns. It utilizes `winston` for logging and adheres to strict Biome code quality standards. The server currently throws an error for all tool calls, mitigating immediate risks. However, as an MCP server wrapping Playwright for web interaction, future extensions to interact with LinkedIn could introduce security risks if not carefully developed, such as potential data exposure or unintended actions.
Similar Servers
frontmcp
The CodeCall plugin provides AgentScript-based meta-tools for orchestrating MCP tools, enabling programmatic discovery, description, execution, and invocation of server capabilities within a sandboxed JavaScript environment.
mcp-typescript-template
This project provides a foundational TypeScript template for developing remote Model Context Protocol (MCP) servers with robust tooling and best practices.
mcp-typescript-starter
A feature-complete Model Context Protocol (MCP) server template in TypeScript demonstrating all major MCP features for AI assistant interaction.
mcp-browser-use-server
An MCP server that enables AI agents to control web browsers using the browser-use library, supporting various transports and persistent sessions.