mcp-server-chart vs MediaWiki-MCP-Server
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | MediaWiki-MCP-Server by ProfessionalWiki | |
|---|---|---|
| Stars | ★ 4,068 | ★ 93 |
| 30d uses | 10,239 | — |
| Score | 84 | 49 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Knowledge GraphDeveloper ToolsAI / LLM Tools |
| 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.
MediaWiki-MCP-Server · Summary
MCP server connecting AI with MediaWiki wikis through tools and resources for reading and writing content.
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
MediaWiki-MCP-Server · Use cases
- AI assistant retrieving and summarizing wiki articles and page histories
- Automated content management and updates to wikis through AI agents
- Data analysis and reporting from MediaWiki data using AI
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"]
}
}
}MediaWiki-MCP-Server · Install
Installation
Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"mediawiki-mcp-server": {
"command": "npx",
"args": [
"@professional-wiki/mediawiki-mcp-server@latest"
],
"env": {
"CONFIG": "path/to/config.json"
}
}
}
}Other Clients
The repository provides specific installation instructions for:
- VS Code
- Cursor
- Windsurf
- Claude Code
- Gemini CLI
Each client has its own specific configuration requirements and setup process.