Skip to main content
Glama

Slack MCP

package.json700 B
{ "name": "slack-mcp", "version": "1.0.0", "description": "A Model Context Protocol (MCP) server for Slack integration", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsup", "dev": "tsup --watch", "start": "node dist/index.js", "typecheck": "tsc --noEmit" }, "keywords": [ "mcp", "slack", "model-context-protocol", "ai" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "@slack/web-api": "^7.0.0", "dotenv": "^17.2.1" }, "devDependencies": { "@types/node": "^20.0.0", "tsup": "^8.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18" } }

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/NeilKuo-opennet/slack-mcp'

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