linkedctl for Cursor
io.github.alexey-pelykh/linkedctl
CLI and MCP server for the LinkedIn API
client:Cursor
transport:stdio
runtime:npm
Install linkedctl in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"linkedctl": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"linkedctl"
],
"env": {
"LINKEDCTL_ACCESS_TOKEN": "<LINKEDCTL_ACCESS_TOKEN>",
"LINKEDCTL_CLIENT_ID": "<LINKEDCTL_CLIENT_ID>",
"LINKEDCTL_CLIENT_SECRET": "<LINKEDCTL_CLIENT_SECRET>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs