{
  "markdown": "# Reddit User MCP Server\n\nA Model Context Protocol (MCP) server that provides access to Reddit posts, comments, and interactions through your Reddable account.\n\n## Features\n\n- ✅ Fetch user Reddit posts and comments\n- ✅ Get comments for specific posts\n- ✅ Hide Reddit comments\n- ✅ Reply to comments and posts\n- ✅ Secure API key authentication\n- ✅ Built with TypeScript and Smithery\n\n## Installation\n\n### For Claude Desktop\n\nAdd this configuration to your MCP settings:\n\n```json\n{\n  \"mcpServers\": {\n    \"reddit-user\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@reddable/reddit-user-mcp\"],\n      \"env\": {\n        \"REDDABLE_API_KEY\": \"your_reddable_api_key_here\"\n      }\n    }\n  }\n}\n```\n\n## Getting Your API Key\n\n1. Go to [Reddable Dashboard](https://reddable.com/dashboard)\n2. Connect your Reddit account\n3. Scroll to \"MCP Integration\" section\n4. Copy your API key from the setup instructions\n\n## Available Tools\n\n- `get_user_posts` - Fetch Reddit posts from a user\n- `get_user_comments` - Fetch Reddit comments from a user  \n- `get_post_comments` - Get all comments on a specific post\n- `hide_comment` - Hide a Reddit comment from your view\n- `reply_to_comment` - Reply to a specific comment\n- `post_comment` - Post a new comment on a post\n\n## Development\n\n```bash\nnpm install\nnpm run dev\n```\n\nThis will start the development server with ngrok tunneling for testing.\n\n## Security\n\n- Uses long-term API keys (no password exposure)\n- All Reddit credentials stored securely in Reddable\n- API requests proxied through Reddable servers\n- No direct Reddit app credentials needed\n\n## Support\n\nFor issues or questions, visit [Reddable Support](https://reddable.com/support).",
  "bytes": 1670,
  "sha": "22a5e65b9e071f7369972fbdf6c0410c3497b507aaa5c964778f1855d38d0a32",
  "repo_slug": "bigvik193/reddit-user-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_ai_smithery_bigvik193_reddit_user_mcp_6b5fd53e/readme"
}