calcnook-mcp-server

Declan142/calcnook-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated today
MCP server for calcnook — exposes 24 financial calculations to Claude Code, Cursor, Goose, and any MCP-compatible AI agent. Sharia-compliant, 7 countries. uvx calcnook-mcp.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "calcnook-mcp-server": {
      "command": "uvx",
      "args": [
        "calcnook-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install calcnook-mcp-server