
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@digitalpine/slack-api-mcp
Advanced tools
Slack API MCP server providing comprehensive Slack operations (messaging, reactions, channels, users, file uploads)
Comprehensive Slack operations MCP server built with xmcp. Provides 12 tools for Slack messaging, channel management, user info, and file uploads.
# Required
SLACK_BOT_TOKEN=xoxb-your-bot-token
Copy .env.example to .env and fill in your credentials.
# Clone repository
git clone https://github.com/yourusername/slack-api-mcp.git
cd slack-api-mcp
# Install dependencies
pnpm install
# Build server
pnpm build
# Install dependencies
pnpm install
# Build server
pnpm build
# Start server (STDIO transport)
pnpm start:stdio
Add to .mcp.json:
{
"mcpServers": {
"slack-api": {
"command": "node",
"args": ["/absolute/path/to/slack-api-mcp/dist/stdio.js"],
"env": {
"SLACK_BOT_TOKEN": "${SLACK_BOT_TOKEN}"
}
}
}
}
Or use .mcp.json in your project root:
{
"mcpServers": {
"slack-api": {
"command": "node",
"args": ["./dist/stdio.js"],
"env": {
"SLACK_BOT_TOKEN": "${SLACK_BOT_TOKEN}"
}
}
}
}
Built with xmcp framework:
src/tools/ directorysrc/lib/: caching, formatting, Slack client singletonMIT
FAQs
Slack API MCP server providing comprehensive Slack operations (messaging, reactions, channels, users, file uploads)
We found that @digitalpine/slack-api-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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.