← Back to Plugins
MCP Server MCP

io.github.larsbaunwall/unlinked

github By github 👁 1 views ▲ 0 votes

MCP server that brings your LinkedIn professional profile and experience into your context.

Homepage Verified source GitHub

Install

npx -y @larsbaunwall/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@larsbaunwall/unlinked",
      "version": "1.0.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "LinkedIn access token from the OAuth Token Generator. Accepts a bare token or 'Bearer <token>'. Required for EEA/Switzerland members only.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "LINKEDIN_TOKEN"
        },
        {
          "description": "LinkedIn API version in YYYYMM format (e.g. 202312). Defaults to 202312 when unset.",
          "format": "string",
          "name": "LINKEDIN_API_VERSION"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...