Social Media MCP Server

{ "name": "social-media-mcp-scripts", "version": "1.0.0", "description": "Scripts for the Social Media MCP Server", "type": "module", "scripts": { "linkedin-oauth": "node linkedin-oauth.js" }, "dependencies": { "axios": "^1.6.7", "dotenv": "^16.4.5", "express": "^4.18.2", "open": "^10.0.3" } }