MCP Server
MCP
io.github.larsbaunwall/unlinked
MCP server that brings your LinkedIn professional profile and experience into your context.
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
By
Comments
Sign in to leave a comment