{ "name": "substack-mcp", "version": "1.3.2", "mcpName": "io.github.marcomoauro/substack-mcp", "description": "A Model Context Protocol (MCP) Server for Substack enabling LLM clients to interact with Substack's API for automations like creating posts, managing drafts, and more.", "type": "module", "main": "src/index.js", "bin": { "substack-mcp": "src/index.js" }, "files": [ "src", "!src/**/*.spec.js" ], "scripts": { "start": "node src/index.js", "test": "node --test 'src/**/*.spec.js'", "test:watch": "node --test --watch 'src/**/*.spec.js'", "test:coverage": "node --test --experimental-test-coverage --test-coverage-exclude='**/*.spec.js' --test-coverage-exclude='test/**' 'src/**/*.spec.js'" }, "repository": { "type": "git", "url": "git+https://github.com/marcomoauro/substack-mcp.git" }, "bugs": { "url": "https://github.com/marcomoauro/substack-mcp/issues" }, "keywords": [ "mcp", "mcp-server", "mcpserver", "model-context-protocol", "substack", "newsletter", "claude", "ai", "post", "draft" ], "author": { "name": "Marco Moauro", "email": "marcomoauro@hotmail.it" }, "license": "MIT", "engines": { "node": ">=22" }, "dependencies": { "@modelcontextprotocol/sdk": "1.30.0", "zod": "4.4.3" }, "devDependencies": { "msw": "2.15.0" } }