Nosana MCP: let AI agents rent GPUs on Nosana and deploy templates such as MiniMax H3 with account credits. MCP server + nosana-deploy CLI.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"nosana-mcp": {
"command": "npx",
"args": [
"-y",
"SohniSwatantra/nosana-mcp"
]
}
}
}
Run in terminal:
claude mcp add nosana-mcp npx -y SohniSwatantra/nosana-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"nosana-mcp": {
"command": "npx",
"args": [
"-y",
"SohniSwatantra/nosana-mcp"
]
}
}
}