mcp-server-chart vs formanator
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | formanator by timrogers | |
|---|---|---|
| Stars | ★ 4,068 | ★ 84 |
| 30d uses | 10,239 | — |
| Score | 84 | 46 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | FinanceProductivityAI / LLM Tools |
| Language | TypeScript | Rust |
| 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.
formanator · Summary
Command-line tool and MCP server for submitting and managing Forma benefit claims with receipt analysis.
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
formanator · Use cases
- Automatically submit expense receipts for Forma benefits in bulk
- Integrate Forma claim management into AI assistants via MCP
- Automatically categorize and process receipt images using LLM analysis
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"]
}
}
}formanator · Install
Installation
macOS or Linux via Homebrew
brew tap timrogers/tap && brew install formanatormacOS, Linux, or Windows via Cargo
# Install Rust if not already installed
# https://www.rust-lang.org/tools/install
cargo install formanatorVia direct binary download
- Download the [latest release](https://github.com/timrogers/formanator/releases/latest)
- Add the binary to your PATH
Claude Desktop Configuration
{
"mcpServers": {
"formanator": {
"command": "/path/to/formanator",
"args": ["mcp"]
}
}
}