io.github.larsbaunwall/unlinked MCP Server
io.github.larsbaunwall/unlinked
What is the io.github.larsbaunwall/unlinked MCP server?
MCP server that brings your LinkedIn professional profile and experience into your context.
How to install io.github.larsbaunwall/unlinked
Copy-paste configuration for popular MCP clients.
LINKEDIN_TOKENrequiredsecretLinkedIn access token from the OAuth Token Generator. Accepts a bare token or 'Bearer <token>'. Required for EEA/Switzerland members only.
LINKEDIN_API_VERSIONLinkedIn API version in YYYYMM format (e.g. 202312). Defaults to 202312 when unset.
{
"mcpServers": {
"unlinked": {
"command": "npx",
"args": [
"-y",
"@larsbaunwall/unlinked"
],
"env": {
"LINKEDIN_TOKEN": "<YOUR_LINKEDIN_TOKEN>",
"LINKEDIN_API_VERSION": "<YOUR_LINKEDIN_API_VERSION>"
}
}
}
}{
"mcpServers": {
"unlinked": {
"command": "npx",
"args": [
"-y",
"@larsbaunwall/unlinked"
],
"env": {
"LINKEDIN_TOKEN": "<YOUR_LINKEDIN_TOKEN>",
"LINKEDIN_API_VERSION": "<YOUR_LINKEDIN_API_VERSION>"
}
}
}
}{
"mcpServers": {
"unlinked": {
"command": "npx",
"args": [
"-y",
"@larsbaunwall/unlinked"
],
"env": {
"LINKEDIN_TOKEN": "<YOUR_LINKEDIN_TOKEN>",
"LINKEDIN_API_VERSION": "<YOUR_LINKEDIN_API_VERSION>"
}
}
}
}{
"servers": {
"unlinked": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@larsbaunwall/unlinked"
],
"env": {
"LINKEDIN_TOKEN": "<YOUR_LINKEDIN_TOKEN>",
"LINKEDIN_API_VERSION": "<YOUR_LINKEDIN_API_VERSION>"
}
}
}
}claude mcp add unlinked --env LINKEDIN_TOKEN=<YOUR_LINKEDIN_TOKEN> --env LINKEDIN_API_VERSION=<YOUR_LINKEDIN_API_VERSION> -- npx -y @larsbaunwall/unlinkedRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.