mcp-reddit vs mcp-server-chart
Side-by-side comparison to help you pick between these two MCP servers.
mcp-reddit by adhikasp | mcp-server-chart by antvis | |
|---|---|---|
| Stars | ★ 400 | ★ 4,068 |
| 30d uses | — | 10,239 |
| Score | 44 | 84 |
| Official | — | — |
| Categories | social-mediaWeb ScrapingAI / LLM Tools | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | Python | TypeScript |
| Last commit | 12 mo ago | this month |
mcp-reddit · Summary
MCP server for fetching and analyzing Reddit content with support for different post types.
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
mcp-reddit · Use cases
- Content researchers gathering discussions from specific subreddits
- Social media analysts tracking trends and sentiment
- Community managers monitoring mentions and feedback
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
mcp-reddit · Install
Installing via Smithery
npx -y @smithery/cli install @adhikasp/mcp-reddit --client claudeManual Installation
{
"reddit": {
"command": "uvx",
"args": ["--from", "git+https://github.com/adhikasp/mcp-reddit.git", "mcp-reddit"],
"env": {}
}
}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"]
}
}
}