Problem
Messages sent via the Slack MCP server include a "Sent using Claude" footer that cannot be disabled. For users and organizations with policies against AI attribution in communications, there is no way to opt out of this branding.
Proposed Solution
Add a configuration option (e.g., disable_attribution: true or a parameter on slack_send_message) that allows users to suppress the "Sent using Claude" footer on messages.
Context
- The Slack MCP server is a remote service (
mcp.slack.com/mcp), so this behavior is controlled server-side
- Local configuration files (
.mcp.json) only contain OAuth/connection settings — no option exists to control message formatting
- Some organizations have strict policies against AI attribution in any external or internal communications
Problem
Messages sent via the Slack MCP server include a "Sent using Claude" footer that cannot be disabled. For users and organizations with policies against AI attribution in communications, there is no way to opt out of this branding.
Proposed Solution
Add a configuration option (e.g.,
disable_attribution: trueor a parameter onslack_send_message) that allows users to suppress the "Sent using Claude" footer on messages.Context
mcp.slack.com/mcp), so this behavior is controlled server-side.mcp.json) only contain OAuth/connection settings — no option exists to control message formatting