Odel
Reddit MCP Server

Reddit MCP Server

Local
@mypracticaltools7JavaScriptMITUpdated 7mo ago

Reddit MCP Server via Apify

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@practicaltools/reddit-mcp-serverv1.0.5

Run

npx -y @practicaltools/reddit-mcp-server

MCP client config

{
  "mcpServers": {
    "reddit-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@practicaltools/reddit-mcp-server"
      ]
    }
  }
}