hexalate-mcp
MCP server for hexalate — hexagonal tessellation tools for AI assistants (Cursor, Claude Desktop, etc.).
Install & connect
Local (stdio) — recommended
Add to your Cursor or Claude Desktop MCP config:
{
"mcpServers": {
"hexalate": {
"command": "uvx",
"args": ["hexalate-mcp"]
}
}
}
Or run directly:
pip install hexalate-mcp
hexalate-mcp
Remote (HTTP+SSE)
A hosted instance runs at https://hexalate-mcp.james-see.run. Add to your config:
{
"mcpServers": {
"hexalate": {
"url": "https://hexalate-mcp.james-see.run/sse"
}
}
}
Tools
| Tool | Description |
|---|---|
create_grid |
Create a hex grid (width, height, hex_size, orientation) |
list_grids |
List all grids currently in memory |
get_hex |
Get details about the hex at axial (q, r) |
neighbors |
Get all existing neighbors of a hex |
distance |
Cube-coordinate distance between two hexes |
ring |
All hexes exactly N steps from a center hex |
grid_stats |
Bounding box, hex count, coord ranges |
to_geojson |
Export grid to GeoJSON (inline or file) |
plot_grid |
Plot the grid — color by distance/q/r/wave, save to file |
Example prompts
- "Create a 10×8 flat-top hex grid with size 0.6 and plot it colored by distance from center"
- "What are the neighbors of hex (2, 3)?"
- "Give me the distance between (0,0) and (5,3)"
- "Export my grid as GeoJSON and save it to ~/grid.geojson"
- "Show me all hexes in ring 3 around the center"
License
MIT
Release files for hexalate-mcp 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hexalate_mcp-0.1.3.tar.gz | 5.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hexalate_mcp-0.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.3 kB
Release files / hexalate_mcp-0.1.3.tar.gz
| Download URL | hexalate_mcp-0.1.3.tar.gz |
|---|---|
| Size | 5.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e18202f5ab9482e75f1b533cb043d2e909a811a5475c4c075df03198284a0b8d
|
|
BLAKE2b-256 checksum How to use checksums |
775da66bfacf401ac7eae4c2e44d90d4e3cd2598012a27efa7c48b48cfd335df
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|
Release files / hexalate_mcp-0.1.3-py3-none-any.whl
| Download URL | hexalate_mcp-0.1.3-py3-none-any.whl |
|---|---|
| Size | 6.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c4fbfa0fd573b182f03037f41986ef10f06103b9c5f8b960802a4ca7942852ce
|
|
BLAKE2b-256 checksum How to use checksums |
c0d3860d7affd0e4896edc9173516b97798094b35751005ca35c1a891a610301
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
|