Integrate with Slack workspaces and channels
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y @modelcontextprotocol/server-slackNote: Requires Slack app with bot token
SLACK_BOT_TOKENRequiredAgent-CoreX intelligently routes which tools from Slack your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"slack": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slack"
],
"env": {
"SLACK_BOT_TOKEN": "<your-slack_bot_token>"
}
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
A Nostr MCP server that allows to interact with Nostr, enabling posting notes, and more.
Interact with Twitter search and timeline
An MCP server to create inboxes on the fly to send, receive, and take actions on email. We aren't AI agents for email, but email for AI Agents.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add slackAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use Slack directly without routing
npx -y @modelcontextprotocol/server-slackNew to Agent-CoreX? View setup guide →