bach-slack-mcp
v0.3.0
Published
Mock slack MCP with a bundled sample dataset and real search/get tools (write actions are safe mocks).
Readme
bach-slack-mcp
Mock Slack MCP server. Search messages, list channels and send messages (no-op mock).
Note: This is a MOCK MCP server by bachstudio. It returns sample/fake data and does not connect to Slack. Intended for prototyping and demos.
Tools
list_channels— List Slack channelssearch_messages— Search messages by querysend_message— Send a message to a channel (mock)
Usage (stdio MCP)
{
"mcpServers": {
"slack": {
"command": "npx",
"args": ["-y", "bach-slack-mcp"]
}
}
}License
MIT © bachstudio
