Developer Tools
Trust: 44/100 (Fair)io.github.jordanburke/reddit-mcp-server Guide
Reddit MCP server with full read/write - posts, comments, search, and content creation.
19 starsby jordanburke
Quick Start
Install
npx reddit-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-jordanburke-reddit-mcp-server": {
"command": "npx",
"args": [
"reddit-mcp-server"
]
}
}
}