mcp-server-chart vs second-brain-cloudflare
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | second-brain-cloudflare by rahilp | |
|---|---|---|
| Stars | ★ 4,068 | ★ 61 |
| 30d uses | 10,239 | — |
| Score | 84 | 46 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Knowledge GraphProductivityAI / LLM Tools |
| Language | TypeScript | HTML |
| 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.
second-brain-cloudflare · Summary
Self-hosted MCP server providing personal memory layer across AI tools like Claude and ChatGPT.
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
second-brain-cloudflare · Use cases
- Personal knowledge management across multiple AI assistants
- Project context tracking that works with any AI tool
- Semantic search for notes and ideas across conversations
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"]
}
}
}second-brain-cloudflare · Install
Installation
- Click the 'Deploy to Cloudflare' button in the README
- During deployment, set an AUTH_TOKEN (you can use a memorable phrase or generate a secure one)
- Save the token as you'll need it to connect AI clients
- Connect Claude Desktop by adding to
claude_desktop_config.json:
{
"mcpServers": {
"second-brain": {
"command": "npx",
"args": ["@modelcontextprotocol/server-cloudflare", "https://<your-worker-url>"],
"env": {
"AUTH_TOKEN": "<your-token>"
}
}
}
}- For other clients, follow the specific instructions in the documentation.