ai-finance-app
Verified Safeby anandprasad29
Overview
An AI-powered personal finance assistant that integrates with Copilot Money and Google Sheets to answer finance-related questions via Claude Code CLI.
Installation
No command providedEnvironment Variables
- GOOGLE_OAUTH_CLIENT_ID
- GOOGLE_OAUTH_CLIENT_SECRET
- OAUTHLIB_INSECURE_TRANSPORT
Security Notes
The project itself is configuration-only, relying on well-established, open-source MCPs. The `copilot-money-mcp` is 100% local and does not make network requests. The `google-workspace-mcp` interacts with Google APIs via standard OAuth 2.0. The setup instructions include `OAUTHLIB_INSECURE_TRANSPORT: "1"` which is generally insecure but noted for local development setup; users should be aware of this for temporary configuration. No 'eval', obfuscation, or hardcoded secrets are found in this repository's source code; sensitive credentials are explicitly handled as environment variables in the user's local Claude configuration.
Similar Servers
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
vibes
Vibes transforms Claude Desktop into a conversational development environment through distributed MCP servers, allowing users to describe what they want to build and have Claude implement it while teaching them.
copilot-money-mcp
The Copilot Money MCP Server enables AI-powered queries of personal financial data by reading locally cached Copilot Money data.
agents
Orchestrates autonomous GitHub Copilot CLI agents for coding tasks and integrates with Claude Code via the Model Context Protocol (MCP) server.