{ "name": "reddit-mcp-server", "version": "1.6.2", "description": "A Model Context Protocol (MCP) server for Reddit with full read AND write operations - create posts, reply, edit, and delete content.", "type": "module", "main": "dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" } }, "bin": { "reddit-mcp-server": "dist/bin.js" }, "files": [ "dist/", "README.md", "LICENSE", "CHANGELOG.md" ], "scripts": { "validate": "ts-builds validate", "format": "ts-builds format", "format:check": "ts-builds format:check", "lint": "ts-builds lint", "lint:check": "ts-builds lint:check", "typecheck": "ts-builds typecheck", "test": "ts-builds test", "test:watch": "ts-builds test:watch", "test:coverage": "ts-builds test:coverage", "build": "NODE_ENV=production ts-builds build", "dev": "ts-builds dev", "build:watch": "tsdown --watch", "check:versions": "tsx scripts/check-versions.ts", "prepublishOnly": "pnpm check:versions && pnpm validate", "inspect": "pnpm build && npx @modelcontextprotocol/inspector dist/index.js", "start": "pnpm build && npx reddit-mcp-server", "serve": "pnpm build && node dist/index.js", "serve:dev": "tsx watch src/index.ts", "build:mcpb": "./scripts/build-mcpb.sh" }, "prettier": "ts-builds/prettier", "keywords": [ "mcp", "reddit", "api", "model-context-protocol", "claude", "ai-assistant", "social-media", "fastmcp", "write", "post", "comment" ], "mcpName": "io.github.jordanburke/reddit-mcp-server", "author": "Jordan Burke ", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/jordanburke/reddit-mcp-server.git" }, "bugs": { "url": "https://github.com/jordanburke/reddit-mcp-server/issues" }, "homepage": "https://github.com/jordanburke/reddit-mcp-server#readme", "dependencies": { "dotenv": "^17.4.2", "fast-xml-parser": "^5.11.1", "fastmcp": "^4.20.14", "functype": "^1.8.0", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^22.20.1", "ajv-cli": "^5.0.0", "cross-env": "^10.1.0", "msw": "^2.15.0", "rimraf": "^6.1.3", "ts-builds": "^3.2.5", "tsdown": "^0.22.14", "tsx": "^4.23.11" }, "packageManager": "pnpm@11.27.0+sha512.ad12821463bb143295f1fa3ecde77a6b9b97a7990386da800ff57bffc3964dc64b7b1c7559d5dbe5c337aea659ed9c8937d4370bd198ca2009bc6fa0249808e7" }