The batteries-included, No-Code FinOps automation platform, with the AI you trust.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"openops": {
"command": "npx",
"args": [
"-y",
"openops-cloud/openops"
]
}
}
}
Run in terminal:
claude mcp add openops npx -y openops-cloud/openops
Add to .cursor/mcp.json:
{
"mcpServers": {
"openops": {
"command": "npx",
"args": [
"-y",
"openops-cloud/openops"
]
}
}
}