mcp-d3-server

mcp-d3-server

3.3

If you are the rightful owner of mcp-d3-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A TypeScript Express-based Model Context Protocol (MCP) server for D3.js information.

The D3 MCP Server is a specialized server built using TypeScript and Express, designed to facilitate the integration of D3.js visualization capabilities with AI tools through the Model Context Protocol (MCP). It provides access to D3 documentation, offers chart recommendations based on data and goals, and generates D3 code examples for various chart types. This server is ideal for developers looking to enhance their data visualization projects with D3.js by leveraging AI-driven insights and automation.

Features

  • D3 Resources: Access documentation and examples from D3 sources.
  • Chart Recommendation: Get recommendations for the right chart type based on your data and goals.
  • Code Generation: Generate D3 code examples for various chart types.
  • MCP Integration: Connect AI tools directly to D3 knowledge.

Tools

  1. generate-d3-chart

    Generate D3 code for different chart types. Parameters: chartType, dataFormat, features (optional).

  2. recommend-chart

    Get recommendations for D3 chart types based on your data. Parameters: dataDescription, purpose.