Skip to main content
Glama

Slack MCP Server

by will2023a
package.json846 B
{ "name": "slack-mcp-server", "version": "1.0.0", "description": "MCP Server para integração com Slack", "main": "dist/index.js", "type": "module", "bin": { "slack-mcp-server": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc && node dist/index.js", "clean": "rimraf dist", "prebuild": "npm run clean" }, "keywords": [ "mcp", "slack", "model-context-protocol" ], "author": "", "license": "MIT", "devDependencies": { "@types/node": "^24.2.1", "@types/node-cron": "^3.0.11", "rimraf": "^5.0.10", "typescript": "^5.9.2" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.2", "@slack/web-api": "^7.9.3", "axios": "^1.11.0", "dotenv": "^17.2.1", "node-cron": "^4.2.1", "zod": "^3.25.76" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/will2023a/MCP-SLACK'

If you have feedback or need assistance with the MCP directory API, please join our Discord server