mcp-servers-slack-extension

このSlack MCPサーバー拡張は、ClaudeがSlackワークスペースと対話するための追加機能を提供します。主な機能には、チャンネル全体でのメッセージ検索が含まれ、DMを除外するオプションもあります。設定や開発に関する情報は、元のSlack MCPサーバーのドキュメントを参照してください。

GitHubスター

0

ユーザー評価

未評価

お気に入り

0

閲覧数

21

フォーク

0

イシュー

0

README
My Slack MCP Server Extension

This is an extension of the Slack MCP Server that enables Claude to interact with Slack workspaces with additional custom functionality.

Additional Tools
slack_search_messages
  • Searches for messages across channels with optional DM exclusion
  • Required inputs:
    • query (string): The search query
  • Optional inputs:
    • count (number, default: 5): Number of results to return
  • Configuration options:
    • excludeDMsFromSearch (boolean, default: false): When true, excludes DM results from search by adding -in:@ to the query
  • Returns: JSON response containing search results

For all other available tools and functionality, please refer to the original Slack MCP Server documentation.

Setup

Please refer to the original Slack MCP Server documentation for setup instructions.

Development

Instructions for developing and contributing to your extension.

License

This extension is licensed under the MIT License.