Skip to content
VS Code

reddit mcp for VS Code

io.github.mrfentmen/reddit-mcp

Keyless MCP server for Reddit search via Arctic Shift: posts and comments by subreddit and query.

client:VS Code transport:stdio runtime:npm

Install reddit mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "reddit-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/reddit-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

reddit mcp in other clients