mcp-server-chart vs chatgpt-app-typescript-template
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | chatgpt-app-typescript-template by pomerium | |
|---|---|---|
| Stars | ★ 4,068 | ★ 16 |
| 30d uses | 10,239 | — |
| Score | 84 | 45 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsDeveloper ToolsProductivity |
| 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.
chatgpt-app-typescript-template · Summary
Production-ready MCP app template for building ChatGPT-style tools with React UI widgets.
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
chatgpt-app-typescript-template · Use cases
- Building custom AI-powered tools with interactive UI for ChatGPT
- Creating MCP applications with React-based frontends
- Developing tools that integrate with various MCP hosts like Claude Desktop and VS Code
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"]
}
}
}chatgpt-app-typescript-template · Install
Installation & Setup
git clone https://github.com/pomerium/chatgpt-app-typescript-template your-chatgpt-app
cd your-chatgpt-app
npm install
npm run devChatGPT Connection
- Create a public tunnel using [Pomerium's SSH tunnel](https://www.pomerium.com/docs/tcp/ssh):
``bash ssh -R 0 pom.run ``
- Find your public URL in the terminal output
- In ChatGPT, go to **Settings → Connectors → Add Connector**
- Enter your Remote URL +
/mcp, e.g.https://your-unique-url.pom.run/mcp - Save the connector and test with your tool