We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jing-yilin/reddit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@yilin-jing/reddit-mcp",
"version": "1.0.0",
"description": "MCP server for Reddit API - Access Reddit data through a unified API interface with TOON format for 90%+ token savings",
"author": "yilin",
"license": "MIT",
"main": "build/index.js",
"type": "commonjs",
"bin": {
"reddit-mcp": "build/index.js"
},
"scripts": {
"build": "bun run tsc && chmod +x build/index.js",
"dev": "bun run build && bun run build/index.js",
"prepare": "bun run build",
"test": "bun test",
"test:api": "bun test src/api.test.ts",
"test:integration": "bun test src/integration.test.ts"
},
"files": [
"build/**/*",
"README.md",
"LICENSE"
],
"keywords": [
"mcp",
"server",
"reddit",
"api",
"social",
"data",
"claude",
"llm",
"model-context-protocol",
"toon",
"token-efficient",
"subreddit",
"posts",
"comments"
],
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.2",
"@toon-format/toon": "^2.0.1",
"axios": "^1.11.0",
"https-proxy-agent": "^7.0.6"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jing-yilin/reddit-mcp.git"
},
"bugs": {
"url": "https://github.com/Jing-yilin/reddit-mcp/issues"
},
"homepage": "https://github.com/Jing-yilin/reddit-mcp#readme"
}