
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@dropreply/mcp
Advanced tools
MCP (Model Context Protocol) server that lets AI agents publish replies on Reddit and Twitter/X through DropReply.
Run directly with npx:
npx dropreply-mcp
Or install globally:
npm install -g dropreply-mcp
Set your API key as an environment variable:
export DROPREPLY_API_KEY=your_api_key_here
Optionally override the base URL (defaults to https://api.dropreply.com):
export DROPREPLY_BASE_URL=https://api.dropreply.com
Add to your claude_desktop_config.json:
{
"mcpServers": {
"dropreply": {
"command": "npx",
"args": ["-y", "dropreply-mcp"],
"env": {
"DROPREPLY_API_KEY": "your_api_key_here"
}
}
}
}
claude mcp add dropreply -- npx -y dropreply-mcp
Then set the env var DROPREPLY_API_KEY in your shell before launching Claude Code.
| Tool | Description |
|---|---|
publish_reply | Publish a reply/comment on Reddit or Twitter/X using an aged managed account |
check_reply_status | Check the status of a previously published reply |
upvote | Upvote a Reddit post/comment or like a tweet |
check_usage | Check current API usage and remaining credits |
list_replies | List recent replies with their status and health |
Publishes a reply to a Reddit post or tweet.
reddit or twitterChecks the current status of a reply by its ID.
publish_replyUpvotes a Reddit post/comment or likes a tweet.
reddit or twitterReturns current plan info and credit usage. No parameters.
Lists recent replies with optional filters.
reddit or twitterqueued, scheduled, published, failed)FAQs
MCP server for DropReply — publish replies on Reddit & X from AI agents
We found that @dropreply/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.