A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"pixel-blend": {
"url": "https://pixel-blend-6a5a0-bash-bots-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
}
}
}
Connect remote tools directly via Claude's Web UI:
Configure custom tools directly via ChatGPT's Web UI:
Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):
{
"mcpServers": {
// your other mcp servers
"pixel-blend": {
"serverUrl": "https://pixel-blend-6a5a0-bash-bots-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.pixel-blend] url = "https://pixel-blend-6a5a0-bash-bots-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://pixel-blend-6a5a0-bash-bots-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
Returns information about the currently open Blender scene.
Adds a primitive mesh to the Blender scene.
Moves, rotates and/or scales an object in the Blender scene.
Renames an existing object in the Blender scene.
Deletes an object from the Blender scene.