Skip to main content
Glama

Reddit MCP Server

package.jsonโ€ข691 B
{ "name": "reddit-mcp-server", "version": "1.0.0", "description": "A Model Context Protocol (MCP) that provides tools for fetching and creating Reddit content.", "main": "index.js", "scripts": { "build": "npx tsc", "inspect": "npx @modelcontextprotocol/inspector build/index.js", "dev": "npm run build && npm run inspect", "start": "npm run build && node build/index.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.11.3", "axios": "^1.9.0", "dotenv": "^16.5.0" }, "devDependencies": { "@types/dotenv": "^6.1.1", "@types/node": "^22.15.18", "typescript": "^5.8.3" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/samy-clivolt/reddit-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server