mcp-server-chart vs speclock
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | speclock by sgroy10 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 24 |
| 30d uses | 10,239 | — |
| Score | 84 | 46 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsSecurityDeveloper Tools |
| Language | TypeScript | JavaScript |
| 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.
speclock · Summary
SpecLock is an AI constraint engine with 51 MCP tools that enforces project rules across AI coding sessions.
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
speclock · Use cases
- Enforcing security constraints to prevent unauthorized access to payment systems
- Maintaining database consistency across multiple AI coding sessions
- Preventing AI assistants from modifying critical business logic
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"]
}
}
}speclock · Install
Installation
npx speclock protect # Install in your project
speclock mcp install claude-code # Wire up MCP for Claude Code
speclock doctor # Verify everything is set up correctlyFor Claude Desktop, add to your config.json:
{
"mcpServers": {
"speclock": {
"command": "npx",
"args": ["-y", "speclock", "serve", "--project", "."]
}
}
}