Unofficial Terra API SDKs in 6 languages + CLI + MCP server, generated by Voxgig sdkgen. Not affiliated with Terra.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"terra-sdk": {
"command": "npx",
"args": [
"-y",
"voxgig-sdk/terra-sdk"
]
}
}
}
Run in terminal:
claude mcp add terra-sdk npx -y voxgig-sdk/terra-sdk
Add to .cursor/mcp.json:
{
"mcpServers": {
"terra-sdk": {
"command": "npx",
"args": [
"-y",
"voxgig-sdk/terra-sdk"
]
}
}
}