mcp-server-chart vs dottedsign-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | dottedsign-mcp by DottedSign-Official | |
|---|---|---|
| Stars | ★ 4,068 | ★ 116 |
| 30d uses | 10,239 | — |
| Score | 84 | 47 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityCommunicationDeveloper Tools |
| Language | TypeScript | — |
| Last commit | this month | 1 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
dottedsign-mcp · Summary
An MCP server enabling AI assistants to manage DottedSign document signing tasks and templates through natural language.
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
dottedsign-mcp · Use cases
- Automate document signing workflows through AI assistants
- Track signing status of contracts without leaving the conversation
- Create and send signing requests directly from AI chat interfaces
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"]
}
}
}dottedsign-mcp · Install
Installation
Claude Desktop/claude.ai
- Click your account icon → **Settings**
- Select **Connectors** → **Add Connector**
- Paste the following URL:
`` https://mcp.dottedsign.com/dottedsign-api/mcp ``
- Claude will walk you through signing in to DottedSign to authorize access
Claude Code
Run the following command in your terminal:
claude mcp add --transport http dottedsign https://mcp.dottedsign.com/dottedsign-api/mcpChatGPT
- Go to [chatgpt.com](https://chatgpt.com), click your account icon → **Settings**
- Select **Connectors** → **Add Connector**
- Paste the following URL:
`` https://mcp.dottedsign.com/dottedsign-api/mcp ``
- Sign in to DottedSign to complete authorization