mcp-server-chart vs slack-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | slack-mcp-server by korotovsky | |
|---|---|---|
| Stars | ★ 4,068 | ★ 1,603 |
| 30d uses | 10,239 | — |
| Score | 84 | 56 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | CommunicationDeveloper ToolsProductivity |
| Language | TypeScript | Go |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
slack-mcp-server · Summary
A feature-rich MCP server for Slack with stealth mode, OAuth support, and comprehensive message management tools.
mcp-server-chart · Use cases
- Data analysts creating visual reports from datasets
- AI assistants generating custom charts based on user requests
- Web applications embedding visualization capabilities via HTTP API
slack-mcp-server · Use cases
- Integrating Slack conversations with AI assistants for contextual awareness
- Automating message monitoring and response workflows in Slack channels
- Extracting and analyzing historical Slack data for reporting or training purposes
mcp-server-chart · Install
Installation
Install globally:
npm install -g @antv/mcp-server-chartFor Desktop Apps (e.g., Claude Desktop, VSCode):
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": ["-y", "@antv/mcp-server-chart"]
}
}
}For Windows:
{
"mcpServers": {
"mcp-server-chart": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
}
}
}slack-mcp-server · Install
Installation
- Install the Go package:
go install github.com/korotovsky/slack-mcp-server@latest- Configure with Claude Desktop (add to claude_desktop_config.json):
{
"mcpServers": {
"slack": {
"command": "slack-mcp-server",
"args": []
}
}
}- Set environment variables for authentication:
export SLACK_MCP_TOKEN="xoxc-your-token-here"For OAuth mode, set:
export SLACK_MCP_TOKEN="xoxp-your-oauth-token-here"To enable message posting, add:
export SLACK_MCP_ADD_MESSAGE_TOOL="true" # or specific channel IDs