MCP Catalogs
Home

raindrop-mcp vs mcp-server-chart

Side-by-side comparison to help you pick between these two MCP servers.

raindrop-mcp
by adeze
mcp-server-chart
by antvis
Stars★ 163★ 4,068
30d uses10,239
Score5084
Official
Categories
ProductivityKnowledge GraphAI / LLM Tools
AI / LLM ToolsDeveloper ToolsProductivity
LanguageTypeScriptTypeScript
Last commit2 mo agothis month

raindrop-mcp · Summary

MCP server for Raindrop.io bookmark management with comprehensive tools for organizing, searching, and editing bookmarks through AI assistants.

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

raindrop-mcp · Use cases

  • Organize bookmarks with AI-powered suggestions across collections
  • Search and manage large bookmark libraries efficiently
  • Audit and clean up bookmark collections by finding duplicates and broken links

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

raindrop-mcp · Install

Installation

Quick Start (One-Liners)

| Tool | One-Liner Command | | :----------------- | :----------------------------------------------------------------- | | **Gemini CLI** | gemini extensions install https://github.com/adeze/raindrop-mcp | | **Codex CLI** | codex mcp add raindrop -- npx -y @adeze/raindrop-mcp | | **Claude Code** | claude mcp add raindrop -- npx -y @adeze/raindrop-mcp | | **GitHub Copilot** | gh copilot config mcp add raindrop -- npx -y @adeze/raindrop-mcp | | **Vercel Skills** | npx skills add adeze/raindrop-mcp |

Claude Desktop (MCPB)

Download the latest raindrop-mcp.mcpb from the GitHub Release and add it to Claude Desktop. Set the environment variable:

  • RAINDROP_ACCESS_TOKEN (from your Raindrop.io integrations settings)

Manual MCP config (mcp.json)

Add this to your MCP client configuration:

{
  "servers": {
    "raindrop": {
      "type": "stdio",
      "command": "npx",
      "args": ["@adeze/raindrop-mcp@latest"],
      "env": {
        "RAINDROP_ACCESS_TOKEN": "YOUR_RAINDROP_ACCESS_TOKEN"
      }
    }
  }
}

mcp-server-chart · Install

Installation

Install globally:

npm install -g @antv/mcp-server-chart

For 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.