sheets-finance-mcp

henrysouchien/sheets-finance-mcp
★ 0 stars Python 📊 Data/Analytics Updated today
MCP server for SheetsFinance formula catalog — search, build, and describe spreadsheet formulas
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sheets-finance-mcp": {
      "command": "uvx",
      "args": [
        "sheets-finance-mcp"
      ]
    }
  }
}

Or install with pip: pip install sheets-finance-mcp

README Excerpt

MCP server for the SheetsFinance formula catalog. This package exposes three tools: - `sf_search`: search metrics/functions and get ranked `metric_id` candidates. - `sf_formula`: build validated SheetsFinance formulas from a `metric_id` or explicit function/category/metric fields. - `sf_describe`: inspect category/function metadata, metric lists, and examples.

Tools (3)

sf_describesf_formulasf_search

Topics

claudefinancegoogle-sheetsmcpmodel-context-protocol