cloudscope-mcp
Rank #29,208io.github.alexpota/cloudscope
Azure + GCP cost management: spending, forecasts, anomalies, budgets, idle resources, and tags.
cloudscope-mcp is a Model Context Protocol (MCP) server published by alexpota. It ranks #29,208 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. cloudscope-mcp is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 7 tracked versions. It was first listed on Apr 5, 2026 and most recently updated on Apr 17, 2026.
Ranks ahead of 86,383 of 115,591 servers on MCP Toplist.
Use cloudscope-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cloudscope -e "AZURE_SUBSCRIPTION_ID=<your AZURE_SUBSCRIPTION_ID>" -e "AZURE_TENANT_ID=<your AZURE_TENANT_ID>" -e "AZURE_CLIENT_ID=<your AZURE_CLIENT_ID>" -e "AZURE_CLIENT_SECRET=<your AZURE_CLIENT_SECRET>" -- npx -y cloudscope-mcpReplace each placeholder with your own value before saving.
[mcp_servers.cloudscope]
command = "npx"
args = ["-y", "cloudscope-mcp"]
[mcp_servers.cloudscope.env]
AZURE_SUBSCRIPTION_ID = "<your AZURE_SUBSCRIPTION_ID>"
AZURE_TENANT_ID = "<your AZURE_TENANT_ID>"
AZURE_CLIENT_ID = "<your AZURE_CLIENT_ID>"
AZURE_CLIENT_SECRET = "<your AZURE_CLIENT_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloudscope": {
"command": "npx",
"args": [
"-y",
"cloudscope-mcp"
],
"env": {
"AZURE_SUBSCRIPTION_ID": "<your AZURE_SUBSCRIPTION_ID>",
"AZURE_TENANT_ID": "<your AZURE_TENANT_ID>",
"AZURE_CLIENT_ID": "<your AZURE_CLIENT_ID>",
"AZURE_CLIENT_SECRET": "<your AZURE_CLIENT_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloudscope": {
"command": "npx",
"args": [
"-y",
"cloudscope-mcp"
],
"env": {
"AZURE_SUBSCRIPTION_ID": "<your AZURE_SUBSCRIPTION_ID>",
"AZURE_TENANT_ID": "<your AZURE_TENANT_ID>",
"AZURE_CLIENT_ID": "<your AZURE_CLIENT_ID>",
"AZURE_CLIENT_SECRET": "<your AZURE_CLIENT_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"cloudscope": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cloudscope-mcp"
],
"env": {
"AZURE_SUBSCRIPTION_ID": "<your AZURE_SUBSCRIPTION_ID>",
"AZURE_TENANT_ID": "<your AZURE_TENANT_ID>",
"AZURE_CLIENT_ID": "<your AZURE_CLIENT_ID>",
"AZURE_CLIENT_SECRET": "<your AZURE_CLIENT_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloudscope": {
"command": "npx",
"args": [
"-y",
"cloudscope-mcp"
],
"env": {
"AZURE_SUBSCRIPTION_ID": "<your AZURE_SUBSCRIPTION_ID>",
"AZURE_TENANT_ID": "<your AZURE_TENANT_ID>",
"AZURE_CLIENT_ID": "<your AZURE_CLIENT_ID>",
"AZURE_CLIENT_SECRET": "<your AZURE_CLIENT_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cloudscope": {
"command": "npx",
"args": [
"-y",
"cloudscope-mcp"
],
"env": {
"AZURE_SUBSCRIPTION_ID": "<your AZURE_SUBSCRIPTION_ID>",
"AZURE_TENANT_ID": "<your AZURE_TENANT_ID>",
"AZURE_CLIENT_ID": "<your AZURE_CLIENT_ID>",
"AZURE_CLIENT_SECRET": "<your AZURE_CLIENT_SECRET>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.alexpota%2Fcloudscope)<a href="https://mcptoplist.com/server/io.github.alexpota%2Fcloudscope"><img src="https://mcptoplist.com/badge/io.github.alexpota%2Fcloudscope.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
alexpota
Other servers by alexpota
View all alexpota servers →Available versions (7)
| Version | Published |
|---|---|
| 0.3.2 | Apr 17, 2026 |
| 0.3.1 | Apr 12, 2026 |
| 0.2.0 | Apr 10, 2026 |
| 0.1.5 | Apr 9, 2026 |
| 0.1.4 | Apr 8, 2026 |
| 0.1.3 | Apr 8, 2026 |
| 0.1.2 | Apr 7, 2026 |
Frequently asked questions
- Who maintains cloudscope-mcp?
- cloudscope-mcp is maintained by alexpota, which publishes 2 MCP servers (12 total versions) tracked on MCP Toplist.
- Is cloudscope-mcp listed on the Official MCP Registry?
- Yes — cloudscope-mcp is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does cloudscope-mcp have?
- MCP Toplist tracks 7 versions of cloudscope-mcp, most recently published on Apr 17, 2026.
- Where can I find the source code for cloudscope-mcp?
- The source code for cloudscope-mcp is hosted at github.com/alexpota/cloudscope-mcp.