social-media-mcp

{ "name": "social-media-server", "version": "0.1.0", "description": "An MCP server for managing social media posts", "main": "index.js", "type": "module", "bin": { "social-media-server": "./build/index.js" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"" }, "files": [ "build" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.3", "dotenv": "^16.4.5", "twitter-api-v2": "^1.16.0" }, "devDependencies": { "@types/node": "^22.10.0", "typescript": "^5.7.2" } }