mcpbeat Sign in

nable MCP Server

local only

nable runs on your own machine — the client starts it, so there is no endpoint to ping. 1 780 installs a week from pypi. Last commit 4 Sep 2026.

See where your cloud and AI bills go, and spend less. Local-first, in your terminal or editor.

Installs per day peak 1 812 · avg 507 · -32% w/w
a month agotoday
1 780
Installs / week
pypi · finops-mcp
18
Stars
0 open issues
4 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        return os.path.exists("/.dockerenv") or os.path.exists("/run/.containerenv")
        return (float(expires_at), pickle.loads(payload))
        "note": "Uses your existing AWS credentials (IAM role, ~/.aws/credentials, env vars). Zero config if already set up.",
    env = dict(os.environ if base is None else base)
            stamps.append(len(list((home / sub).iterdir())))

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add finops-mcp -- uvx finops-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "finops-mcp": {
      "args": [
        "finops-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.finops-mcp]
command = "uvx"
args = ["finops-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "finops-mcp": {
      "args": [
        "finops-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "finops-mcp": {
      "args": [
        "finops-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to nable

same job, measured the same way
nable
by chaandannn

Local-first FinOps copilot: ask AWS, Azure, GCP, Kubernetes and SaaS cost questions in your editor.

local only
Cairn
by luckyjackluo

Local-first file-organization tools for your AI agent: tag, query, and digest a folder. No cloud.

81 installs/wk local only
Growthr SEO + GEO MCP
by growthr

SEO + GEO tools in your AI editor: scan as ChatGPT and Google crawlers see it, fix order, llms.txt.

4 tools answering
AgentTakt
by ryoohshima

Review, edit, and approve AI agent task plans in a ComfyUI-style visual node editor in your terminal

227 installs/wk local only
Mindmap MCP Server
by ravi-labs

Local-first memory & context-handoff across AI tools — capture in one, resume in another. No cloud.

39 installs/wk local only
Spreadsheet Builder
by theluckystrike

Open, inspect, filter, edit and convert xlsx and csv files from your AI chat. Processing is local.

local only
Spreadsheet Generator
by theluckystrike

Open, inspect, filter, edit and convert xlsx and csv files from your AI chat. Processing is local.

local only
Excel Spreadsheet XLSX CSV
by theluckystrike

Open, inspect, filter, edit and convert xlsx and csv files from your AI chat. Processing is local.

13 tools answering

nable — questions

Answers built from our own checks of this server.

Why is there no uptime for nable?
nable runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package finops-mcp was installed 1 780 times last week.
How do I connect nable?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls finops-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use nable?
The pypi package finops-mcp was installed 1 780 times in the last week. Week over week that is -32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is nable open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 18 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.