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.4
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.4.tar.gz | 6.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hexalate_mcp-0.1.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.6 kB
Release files / hexalate_mcp-0.1.4.tar.gz
| Download URL | hexalate_mcp-0.1.4.tar.gz |
|---|---|
| Size | 6.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cfd074a441b9fd6b67bd99478716696744bde935f9bde9ba957384d2539e47ed
|
|
BLAKE2b-256 checksum How to use checksums |
12108d73413337fd71e234c3a8bd8687ee0f4abf9c25ad7cedf9034aa38477bf
|
| 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.4-py3-none-any.whl
| Download URL | hexalate_mcp-0.1.4-py3-none-any.whl |
|---|---|
| Size | 7.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
60993890ba433154686146767a82cf12a73285d88c8d1dbebe8f95c920f91970
|
|
BLAKE2b-256 checksum How to use checksums |
d73850f6dd6631a44019a705e4bb75b5254df925ac582f0bbf944e70ae4ad0c8
|
| 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}
|