@coretext-ai/qa-slack-oauth-c2d3e4f5-a6b7-4890-b123-234567890123
v1.0.7
Published
MCP server with slack integration via oauth
Readme
slack-oauth-mcp-server
MCP server with slack integration via oauth
This MCP server was generated using the Template Orchestrator and includes the following integrations:
Available Tools
This MCP server provides 21 tools across 1 integrations:
Slack Tools
- slack_auth_test: Test authentication and get basic info about the bot
- slack_post_message: Send a message to a channel
- slack_update_message: Update an existing message
- slack_delete_message: Delete a message
- slack_list_conversations: List conversations (channels) the bot can access
- slack_create_conversation: Create a new conversation (channel)
- slack_join_conversation: Join a conversation
- slack_get_conversation_info: Get information about a conversation
- slack_get_conversation_history: Get message history from a conversation
- slack_get_conversation_members: Get members of a conversation
- slack_invite_to_conversation: Invite users to a conversation
- slack_get_user_info: Get information about a user
- slack_list_users: List users in the workspace
- slack_get_user_presence: Get user presence information
- slack_set_user_presence: Set user presence
- slack_upload_file: Upload a file to Slack
- slack_add_reaction: Add a reaction to a message
- slack_remove_reaction: Remove a reaction from a message
- slack_search_messages: Search for messages in the workspace
- slack_open_dialog: Open a dialog with a user
- slack_schedule_message: Schedule a message to be sent at a later time
Installation
npm install @coretext-ai/qa-slack-oauth-c2d3e4f5-a6b7-4890-b123-234567890123Environment Setup
Create a .env file with the following variables:
SLACK_CLIENT_ID=your_slack_client_id_here
SLACK_CLIENT_SECRET=your_slack_client_secret_here
SLACK_REDIRECT_URI=your_slack_redirect_uri_hereUsage
Running the server
# Development mode
npm run dev
# Production mode
npm run build && npm startUsing with Claude Desktop
Add this to your Claude Desktop configuration:
{
"mcpServers": {
"slack-oauth-mcp-server": {
"command": "npx",
"args": ["@coretext-ai/qa-slack-oauth-c2d3e4f5-a6b7-4890-b123-234567890123"],
"env": {
"SLACK_CLIENT_ID": "your_slack_client_id_here",
"SLACK_CLIENT_SECRET": "your_slack_client_secret_here",
"SLACK_REDIRECT_URI": "your_slack_redirect_uri_here"
}
}
}
}Instructions for Fetching API Keys/Tokens
- COMING SOON
Generated Information
- Generated at: Wed Jul 30 2025 02:08:58 GMT+0000 (Coordinated Universal Time)
- Orchestrator version: 0.0.2
- Template repository: Coretext-AI-Dev/server-template-v2
- Total endpoints: 21
