MCP Server
MCP
io.github.stevenvo/slack-mcp-server
Read Slack conversations, threads, user info, and search messages from your MCP client.
Install
uvx slack-mcp-server-v2
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "slack-mcp-server-v2",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Slack User OAuth Token (starts with xoxp-). Get from https://api.slack.com/apps",
"format": "string",
"isSecret": true,
"name": "SLACK_USER_TOKEN"
},
{
"description": "Slack Bot User OAuth Token (starts with xoxb-). Alternative to user token.",
"format": "string",
"isSecret": true,
"name": "SLACK_BOT_TOKEN"
},
{
"description": "Your Slack workspace URL (e.g., https://your-company.slack.com). Required for generating message links.",
"isRequired": true,
"format": "string",
"name": "SLACK_WORKSPACE_URL"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment