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.0
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.0.tar.gz | 4.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hexalate_mcp-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.9 kB
Release files / hexalate_mcp-0.1.0.tar.gz
| Download URL | hexalate_mcp-0.1.0.tar.gz |
|---|---|
| Size | 4.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
620c8f056137e617c099fadb0dc741b6cb5685221cf72ca4b1a84d296319da12
|
|
BLAKE2b-256 checksum How to use checksums |
547c7f63b0f5e18e35e8d1387c2b5f885396046b1f76bc0a5f502f81f01e7f30
|
| 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.0-py3-none-any.whl
| Download URL | hexalate_mcp-0.1.0-py3-none-any.whl |
|---|---|
| Size | 5.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bfa0f6691fc2168ab68a0972e14d1e2935a2e87257af181e6b86b991469c79f4
|
|
BLAKE2b-256 checksum How to use checksums |
3c0df5d44e953336eb4c29e4fc84638c1e8e32d740782911cb688f3374bfd753
|
| 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}
|