mcp-server-chart vs mcp-rss-aggregator
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | mcp-rss-aggregator by imprvhub | |
|---|---|---|
| Stars | ★ 4,068 | ★ 25 |
| 30d uses | 10,239 | — |
| Score | 84 | 44 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityAI / LLM ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | 2 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
mcp-rss-aggregator · Summary
An MCP server that fetches and reads RSS feeds in Claude Desktop with OPML support and article filtering.
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-rss-aggregator · Use cases
- Stay updated with news from multiple RSS sources directly in Claude
- Organize and filter technical articles by category for research
- Create personalized news briefings from diverse sources
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"]
}
}
}mcp-rss-aggregator · Install
- Clone the repository:
git clone https://github.com/imprvhub/mcp-rss-aggregator - Navigate to the directory:
cd mcp-rss-aggregator - Install dependencies:
npm install - Build the project:
npm run build
Configure Claude Desktop by editing claude_desktop_config.json:
{
"mcpServers": {
"rssAggregator": {
"command": "node",
"args": ["ABSOLUTE_PATH_TO_DIRECTORY/mcp-rss-aggregator/build/index.js"],
"feedsPath": "ABSOLUTE_PATH_TO_YOUR_FEEDS_FILE.opml"
}
}
}- Restart Claude Desktop