What is the CLIO Terrain MCP server?
MCP server for terrain analysis: DEM slope/aspect/suitability and point-cloud reading/gridding
How to install CLIO Terrain
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"terrain-mcp": {
"command": "uvx",
"args": [
"clio-kit"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"terrain-mcp": {
"command": "uvx",
"args": [
"clio-kit"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"terrain-mcp": {
"command": "uvx",
"args": [
"clio-kit"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"terrain-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"clio-kit"
]
}
}
}Claude Code
claude mcp add terrain-mcp -- uvx clio-kitRelated MCP servers
Fetch and analyze BP5 data files using ADIOS2. Access scientific data, metadata, and attributes...
View repository →MCP server for rendering GeoJSON vector layers into map images with basemaps
View repository →