Confidential guide on numerology and astrology, based of GG33 Public information

slack-admin-mcp
MCP server for Slack channel administration (create, rename, archive)
3 years
Works with Finder
1
Github Watches
0
Github Forks
0
Github Stars
Slack Admin MCP Server
這是一個自訂的 Model Context Protocol (MCP) 伺服器,用於執行 Slack 頻道的管理操作。
功能
提供以下工具:
-
slack_create_channel
:建立新的 Slack 頻道 (公開或私密)。 -
slack_rename_channel
:重新命名現有的 Slack 頻道。 -
slack_archive_channel
:封存現有的 Slack 頻道。
設定
-
取得 Slack Bot Token:
- 前往 https://api.slack.com/apps 建立或選擇一個 Slack App。
- 在 "OAuth & Permissions" > "Bot Token Scopes" 中,確保至少加入以下權限:
-
channels:manage
(建立/封存/重新命名公開頻道) -
groups:write
(建立/封存/重新命名私密頻道) -
channels:read
(讀取頻道資訊) -
groups:read
(讀取私密頻道資訊)
-
- 重新安裝 App 到您的工作區以使權限生效。
- 複製產生的 "Bot User OAuth Token" (以
xoxb-
開頭)。
-
設定 MCP:
- 將此伺服器加入您的 MCP 設定檔 (例如
cline_mcp_settings.json
)。 - 確保
command
,args
,options.cwd
,env.NODE_PATH
指向正確的路徑。 - 在
env
中設定SLACK_BOT_TOKEN
為您取得的 Token。
"slack-admin-mcp": { "command": "cmd", // 或 node 的完整路徑 "args": [ "/c", "node", // 如果 command 是 cmd "D:\\Github_Project\\slack-admin-mcp\\build\\index.js" // 確認路徑正確 ], "options": { "cwd": "D:\\Github_Project\\slack-admin-mcp" // 確認路徑正確 }, "env": { "SLACK_BOT_TOKEN": "YOUR_SLACK_BOT_TOKEN_HERE", // 替換成您的 Token "NODE_PATH": "D:\\Github_Project\\slack-admin-mcp\\node_modules" // 確認路徑正確 }, "disabled": false, "autoApprove": [] }
- 將此伺服器加入您的 MCP 設定檔 (例如
開發
- 安裝依賴:
npm install
- 建置:
npm run build
- 監看變更並自動建置:
npm run watch
使用
透過支援 MCP 的客戶端 (例如 Cline),使用 use_mcp_tool
指令呼叫以下工具:
-
slack_create_channel
(參數:name
,is_private
(可選, 預設 false)) -
slack_rename_channel
(參數:channel_id
,new_name
) -
slack_archive_channel
(參數:channel_id
)
相关推荐
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease
I find academic articles and books for research and literature reviews.
Discover the most comprehensive and up-to-date collection of MCP servers in the market. This repository serves as a centralized hub, offering an extensive catalog of open-source and proprietary MCP servers, complete with features, documentation links, and contributors.
Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx
Mirror ofhttps://github.com/agentience/practices_mcp_server
Mirror ofhttps://github.com/bitrefill/bitrefill-mcp-server
An AI chat bot for small and medium-sized teams, supporting models such as Deepseek, Open AI, Claude, and Gemini. 专为中小团队设计的 AI 聊天应用,支持 Deepseek、Open AI、Claude、Gemini 等模型。
Bridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Reviews

user_jnJBRusT
As a dedicated user of the slack-admin-mcp application, I must say it's an exceptional tool for Slack workspace management. The intuitive interface and robust feature set crafted by xiujiang1987 make it incredibly efficient and user-friendly. It's a must-have for any Slack admin looking to streamline their operations. Highly recommended! Check it out at https://github.com/xiujiang1987/slack-admin-mcp.