MCP Server
MCP
Copilot Money
Query and manage Copilot Money personal finances — local reads, opt-in GraphQL writes.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "copilot-money-mcp",
"version": "2.3.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Path to the Copilot Money LevelDB database. Defaults to Copilot Money's standard macOS location.",
"type": "named",
"name": "--db-path"
},
{
"description": "Enable write tools (sends authenticated requests to Copilot Money's GraphQL API). Off by default.",
"type": "named",
"name": "--write"
},
{
"description": "Use GraphQL-backed live reads instead of the local LevelDB cache. Requires an authenticated browser session at app.copilot.money.",
"type": "named",
"name": "--live-reads"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment