mcp-server-chart vs anytype-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | anytype-mcp by anyproto | |
|---|---|---|
| Stars | ★ 4,068 | ★ 420 |
| 30d uses | 10,239 | — |
| Score | 84 | 50 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Knowledge GraphProductivitySecurity |
| Language | TypeScript | TypeScript |
| 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.
anytype-mcp · Summary
MCP server for AI assistants to interact with Anytype's encrypted wiki through natural language commands.
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
anytype-mcp · Use cases
- Create and organize project spaces and tasks through conversational commands
- Search and retrieve information across your encrypted knowledge base
- Manage team collaboration by controlling spaces, members, and object permissions
- Automate knowledge management workflows using AI assistants
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"]
}
}
}anytype-mcp · Install
Installation
Get Your API Key
- Open Anytype
- Go to App Settings
- Navigate to API Keys section
- Click on
Create newbutton
Configure Claude Desktop
{
"mcpServers": {
"anytype": {
"command": "npx",
"args": ["-y", "@anyproto/anytype-mcp"],
"env": {
"OPENAPI_MCP_HEADERS": "{\"Authorization\":\"Bearer <YOUR_API_KEY>\", \"Anytype-Version\":\"2025-11-08\"}"
}
}
}
}Alternative: Global Installation
npm install -g @anyproto/anytype-mcpThen update your MCP configuration to use command: "anytype-mcp" instead of npx.