Odel
RedditAPIs

RedditAPIs

Local
@redditapisJavaScriptMITUpdated 2w ago

Reddit API as MCP tools: search, subreddits, posts, comments, users, monitors, and webhooks.

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).

npmredditapis-mcpv0.3.0

Run

npx -y redditapis-mcp

MCP client config

{
  "mcpServers": {
    "redditapis": {
      "command": "npx",
      "args": [
        "-y",
        "redditapis-mcp"
      ]
    }
  }
}