reddit buddy mcp for Cursor
io.github.karanb192/reddit-buddy-mcp
Reddit MCP server - browse posts, search content, analyze users.
client:Cursor
transport:stdio
runtime:npm
Install reddit buddy mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"reddit-buddy-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@karanb192/reddit-buddy-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs