You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ Official integrations are maintained by companies building production ready MCP
47
47
- <imgheight="12"width="12"src="https://iotdb.apache.org/img/logo.svg"alt="Apache IoTDB Logo" /> **[Apache IoTDB](https://github.com/apache/iotdb-mcp-server)** - MCP Server for [Apache IoTDB](https://github.com/apache/iotdb) database and its tools
48
48
- <imgheight="12"width="12"src="https://apify.com/favicon.ico"alt="Apify Logo" /> **[Apify](https://github.com/apify/actors-mcp-server)** - [Actors MCP Server](https://apify.com/apify/actors-mcp-server): Use 3,000+ pre-built cloud tools to extract data from websites, e-commerce, social media, search engines, maps, and more
49
49
- <imgheight="12"width="12"src="https://2052727.fs1.hubspotusercontent-na1.net/hubfs/2052727/cropped-cropped-apimaticio-favicon-1-32x32.png"alt="APIMatic Logo" /> **[APIMatic MCP](https://github.com/apimatic/apimatic-validator-mcp)** - APIMatic MCP Server is used to validate OpenAPI specifications using [APIMatic](https://www.apimatic.io/). The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.
50
+
- <imgheight="12"width="12"src="https://www.datastax.com/favicon-32x32.png"alt="DataStax logo" /> **[Astra DB](https://github.com/datastax/astra-db-mcp)** - Comprehensive tools for managing collections and documents in a [DataStax Astra DB](https://www.datastax.com/products/datastax-astra) NoSQL database with a full range of operations such as create, update, delete, find, and associated bulk actions.
50
51
- <imgheight="12"width="12"src="https://resources.audiense.com/hubfs/favicon-1.png"alt="Audiense Logo" /> **[Audiense Insights](https://github.com/AudienseCo/mcp-audiense-insights)** - Marketing insights and audience analysis from [Audiense](https://www.audiense.com/products/audiense-insights) reports, covering demographic, cultural, influencer, and content engagement analysis.
51
52
- <imgheight="12"width="12"src="https://axiom.co/favicon.ico"alt="Axiom Logo" /> **[Axiom](https://github.com/axiomhq/mcp-server-axiom)** - Query and analyze your Axiom logs, traces, and all other event data in natural language
@@ -177,6 +178,7 @@ A growing set of community-developed and maintained servers demonstrates various
177
178
-**[CFBD API](https://github.com/lenwood/cfbd-mcp-server)** - An MCP server for the [College Football Data API](https://collegefootballdata.com/).
178
179
-**[ChatMCP](https://github.com/AI-QL/chat-mcp)** – An Open Source Cross-platform GUI Desktop application compatible with Linux, macOS, and Windows, enabling seamless interaction with MCP servers across dynamically selectable LLMs, by **[AIQL](https://github.com/AI-QL)**
179
180
-**[ChatSum](https://github.com/mcpso/mcp-server-chatsum)** - Query and Summarize chat messages with LLM. by [mcpso](https://mcp.so)
181
+
-**[Chess.com](https://github.com/pab1it0/chess-mcp)** - Access Chess.com player data, game records, and other public information through standardized MCP interfaces, allowing AI assistants to search and analyze chess information.
180
182
-**[Chroma](https://github.com/privetin/chroma)** - Vector database server for semantic document search and metadata filtering, built on Chroma
181
183
-**[ClaudePost](https://github.com/ZilongXue/claude-post)** - ClaudePost enables seamless email management for Gmail, offering secure features like email search, reading, and sending.
182
184
-**[Cloudinary](https://github.com/felores/cloudinary-mcp-server)** - Cloudinary Model Context Protocol Server to upload media to Cloudinary and get back the media link and details.
@@ -427,6 +429,7 @@ Additional resources on MCP.
427
429
-**[mcp-cli](https://github.com/wong2/mcp-cli)** - A CLI inspector for the Model Context Protocol by **[wong2](https://github.com/wong2)**
428
430
-**[mcp-get](https://mcp-get.com)** - Command line tool for installing and managing MCP servers by **[Michael Latman](https://github.com/michaellatman)**
429
431
-**[mcp-guardian](https://github.com/eqtylab/mcp-guardian)** - GUI application + tools for proxying / managing control of MCP servers by **[EQTY Lab](https://eqtylab.io)**
432
+
-**[mcpm](https://github.com/pathintegral-institute/mcpm.sh)** ([website](https://mcpm.sh)) - MCP Manager (MCPM) is a Homebrew-like service for managing Model Context Protocol (MCP) servers across clients by **[Pathintegral](https://github.com/pathintegral-institute)**
430
433
-**[mcp-manager](https://github.com/zueai/mcp-manager)** - Simple Web UI to install and manage MCP servers for Claude Desktop by **[Zue](https://github.com/zueai)**
431
434
-**[MCPHub](https://github.com/Jeamee/MCPHub-Desktop)** – An Open Source MacOS & Windows GUI Desktop app for discovering, installing and managing MCP servers by **[Jeamee](https://github.com/jeamee)**
432
435
-**[mcp.natoma.id](https://mcp.natoma.id)** - A Hosted MCP Platform to discover, install, manage and deploy MCP servers by **[Natoma Labs](https://www.natoma.id)**
Copy file name to clipboardExpand all lines: src/slack/README.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ MCP Server for the Slack API, enabling Claude to interact with Slack workspaces.
5
5
## Tools
6
6
7
7
1.`slack_list_channels`
8
-
- List public channels in the workspace
8
+
- List public or pre-defined channels in the workspace
9
9
- Optional inputs:
10
10
-`limit` (number, default: 100, max: 200): Maximum number of channels to return
11
11
-`cursor` (string): Pagination cursor for next page
@@ -102,7 +102,8 @@ Add the following to your `claude_desktop_config.json`:
102
102
],
103
103
"env": {
104
104
"SLACK_BOT_TOKEN": "xoxb-your-bot-token",
105
-
"SLACK_TEAM_ID": "T01234567"
105
+
"SLACK_TEAM_ID": "T01234567",
106
+
"SLACK_CHANNEL_IDS": "C01234567, C76543210"
106
107
}
107
108
}
108
109
}
@@ -124,17 +125,26 @@ Add the following to your `claude_desktop_config.json`:
124
125
"SLACK_BOT_TOKEN",
125
126
"-e",
126
127
"SLACK_TEAM_ID",
128
+
"-e",
129
+
"SLACK_CHANNEL_IDS",
127
130
"mcp/slack"
128
131
],
129
132
"env": {
130
133
"SLACK_BOT_TOKEN": "xoxb-your-bot-token",
131
-
"SLACK_TEAM_ID": "T01234567"
134
+
"SLACK_TEAM_ID": "T01234567",
135
+
"SLACK_CHANNEL_IDS": "C01234567, C76543210"
132
136
}
133
137
}
134
138
}
135
139
}
136
140
```
137
141
142
+
### Environment Variables
143
+
144
+
1.`SLACK_BOT_TOKEN`: Required. The Bot User OAuth Token starting with `xoxb-`.
145
+
2.`SLACK_TEAM_ID`: Required. Your Slack workspace ID starting with `T`.
146
+
3.`SLACK_CHANNEL_IDS`: Optional. Comma-separated list of channel IDs to limit channel access (e.g., "C01234567, C76543210"). If not set, all public channels will be listed.
0 commit comments