Skip to main content
Glama

LinkedIn MCP Server

by felipfr
package.json1.19 kB
{ "name": "linkedin-mcp-server", "version": "0.1.0", "description": "A Model Context Protocol server", "private": true, "type": "module", "bin": { "linkedin-mcp-server": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node --env-file=.env -e \"require('fs').chmodSync('build/index.js', '755')\"", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "start:dev": "tsx --env-file=.env src/main.ts" }, "dependencies": { "@modelcontextprotocol/sdk": "1.8.0", "axios": "^1.8.4", "eventsource-client": "^1.1.3", "lodash": "^4.17.21", "pino": "^9.6.0", "reflect-metadata": "^0.2.2", "tsyringe": "^4.8.0", "zod": "^3.24.2" }, "devDependencies": { "@types/lodash": "^4.17.16", "@types/node": "^22.13.14", "@typescript-eslint/eslint-plugin": "^8.28.0", "@typescript-eslint/parser": "^8.28.0", "eslint": "^9.23.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-prettier": "^5.2.5", "pino-pretty": "^13.0.0", "prettier": "^3.5.3", "prettier-plugin-organize-imports": "^4.1.0", "tsx": "^4.19.3", "typescript": "^5.8.2" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/felipfr/linkedin-mcpserver'

If you have feedback or need assistance with the MCP directory API, please join our Discord server