{
"name": "mcp-substack",
"version": "0.1.0",
"description": "MCP Server for downloading and parsing Substack posts",
"type": "module",
"main": "lib/index.mjs",
"scripts": {
"start": "node lib/index.mjs"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.6.1",
"cheerio": "^1.0.0",
"node-fetch": "^3.3.2",
"undici": "^5.28.4"
}
}