Skip to main content
ClaudeWave
thriveventurelabs avatar
thriveventurelabs

accountsos-mcp-server

View on GitHub

AccountsOS MCP server: query your live accounting ledger from any MCP client. Published on npm as @thriveventurelabs/accountsos-mcp.

MCP ServersOfficial Registry0 stars0 forksTypeScriptNOASSERTIONUpdated today
ClaudeWave Trust Score
72/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
Last scanned: 9/18/2026
Install in Claude Code / Claude Desktop
Method: NPX · issues
Claude Code CLI
claude mcp add accountsos -- npx -y issues
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "accountsos": {
      "command": "npx",
      "args": ["-y", "issues"],
      "env": {
        "ACCOUNTSOS_API_KEY": "<accountsos_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
ACCOUNTSOS_API_KEY
Use cases

MCP Servers overview

# AccountsOS MCP Server

Query your live AccountsOS ledger from any MCP client (Claude Desktop, Claude Code, Cursor) via the Model Context Protocol.

AccountsOS runs jurisdiction playbooks for 26 countries. The UK is the proof jurisdiction, with live HMRC MTD VAT filing.

**npm:** https://www.npmjs.com/package/@thriveventurelabs/accountsos-mcp

## Installation

### Option 1: Global Install (Recommended)

```bash
npm install -g @thriveventurelabs/accountsos-mcp
```

Then add to Claude Desktop config:

**macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`
**Windows**: `%APPDATA%\Claude\claude_desktop_config.json`

```json
{
  "mcpServers": {
    "accountsos": {
      "command": "accountsos-mcp",
      "args": [],
      "env": {
        "ACCOUNTSOS_API_KEY": "your-api-key-here"
      }
    }
  }
}
```

### Option 2: Using npx

```json
{
  "mcpServers": {
    "accountsos": {
      "command": "npx",
      "args": ["--yes", "@thriveventurelabs/accountsos-mcp@latest"],
      "env": {
        "ACCOUNTSOS_API_KEY": "your-api-key-here"
      }
    }
  }
}
```

Get your API key from [AccountsOS Settings](https://accounts-os.com/settings).

## Available Tools

### Read Operations

| Tool | Description |
|------|-------------|
| `get_transactions` | Query transactions with filters (date, category, amount, search) |
| `get_balance` | Get current account balance(s) |
| `get_deadlines` | View upcoming tax and filing deadlines |
| `get_vat_summary` | Get VAT summary for any quarter |
| `search_documents` | Search uploaded receipts and invoices |
| `list_categories` | List available UK GAAP transaction categories |

### Write Operations

| Tool | Description |
|------|-------------|
| `create_transaction` | Create a new transaction (with auto-categorization) |
| `update_transaction` | Update category, notes, or reconciliation status |
| `categorize_transaction` | Get AI-suggested category for a transaction |
| `create_deadline` | Create a new tax/filing deadline reminder |

## Available Resources

| Resource | Description |
|----------|-------------|
| `accountsos://company` | Company details and settings |
| `accountsos://transactions` | Most recent 50 transactions |
| `accountsos://documents` | Uploaded documents |
| `accountsos://deadlines` | Upcoming deadlines |

## Example Prompts

Once connected, try asking Claude:

- "What's my account balance?"
- "Show me transactions from last month"
- "When is my next VAT deadline?"
- "How much have I spent on software subscriptions?"
- "Create a transaction for lunch with a client, £45"
- "What's my VAT summary for Q4 2024?"

## Development

```bash
# Install dependencies
npm install

# Build
npm run build

# Run locally (for testing)
ACCOUNTSOS_API_KEY=sk_live_xxx npm start
```

## Environment Variables

| Variable | Required | Description |
|----------|----------|-------------|
| `ACCOUNTSOS_API_KEY` | Yes | Your AccountsOS API key |
| `ACCOUNTSOS_BASE_URL` | No | Override API base URL (default: https://accounts-os.com) |

## Troubleshooting

### Server disconnected

Check logs at `~/Library/Logs/Claude/mcp-server-accountsos.log`

### npx issues

If npx has caching issues, use global install instead:

```bash
npm install -g @thriveventurelabs/accountsos-mcp
```

## License

MIT

What people ask about accountsos-mcp-server

What is thriveventurelabs/accountsos-mcp-server?

+

thriveventurelabs/accountsos-mcp-server is mcp servers for the Claude AI ecosystem. AccountsOS MCP server: query your live accounting ledger from any MCP client. Published on npm as @thriveventurelabs/accountsos-mcp. It has 0 GitHub stars and its last recorded update is dated 2026-09-17.

How do I install accountsos-mcp-server?

+

You can install accountsos-mcp-server by cloning the repository (https://github.com/thriveventurelabs/accountsos-mcp-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is thriveventurelabs/accountsos-mcp-server safe to use?

+

Our security agent has analyzed thriveventurelabs/accountsos-mcp-server and assigned a Trust Score of 72/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains thriveventurelabs/accountsos-mcp-server?

+

thriveventurelabs/accountsos-mcp-server is maintained by thriveventurelabs. The last recorded GitHub activity is dated 2026-09-17, with 0 open issues.

Are there alternatives to accountsos-mcp-server?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy accountsos-mcp-server to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: thriveventurelabs/accountsos-mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/thriveventurelabs-accountsos-mcp-server)](https://claudewave.com/repo/thriveventurelabs-accountsos-mcp-server)
<a href="https://claudewave.com/repo/thriveventurelabs-accountsos-mcp-server"><img src="https://claudewave.com/api/badge/thriveventurelabs-accountsos-mcp-server" alt="Featured on ClaudeWave: thriveventurelabs/accountsos-mcp-server" width="320" height="64" /></a>

More MCP Servers

accountsos-mcp-server alternatives