A star map with D3.js
A star map with D3.js. That is what the d3 mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
Interactive, adaptable celestial map done with the D3.js visualization library. So, GeoJSON for sky stuff. Which surprisingly nobody has done yet, it seems.
The server publishes 3 tools. What each one is for:
Usage — // Display map with the configuration above or any subset thereof Celestial.display(config);Animations — Animation sequence format: [ {param: Animated parameter projection|center|zoom value: Adequate value for each parameter duration: inHowTo — First of all, whatever you add needs to be valid geoJSON. The vSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. D3's toolset — Usage, Animations, HowTo — is a fair guide to whether it matches your workflow. It is maintained by ofrohn; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against D3's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Usage | // Display map with the configuration above or any subset thereof Celestial.display(config); |
| Animations | __Animation sequence format:__ [ {_param_: Animated parameter projection|center|zoom _value_: Adequate value for each parameter _duration_: in milliseconds, 0 = exact length of transition _callback_: optional callback fu |
| HowTo | First of all, whatever you add needs to be valid geoJSON. The v |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.