Skip to main content
ClaudeWave
thriveventurelabs avatar
thriveventurelabs

accountsos-mcp-server

Ver en GitHub

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

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptNOASSERTIONActualizado 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
Casos de uso

Resumen de MCP Servers

# 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

Lo que la gente pregunta sobre accountsos-mcp-server

¿Qué es thriveventurelabs/accountsos-mcp-server?

+

thriveventurelabs/accountsos-mcp-server es mcp servers para el ecosistema de Claude AI. AccountsOS MCP server: query your live accounting ledger from any MCP client. Published on npm as @thriveventurelabs/accountsos-mcp. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-17.

¿Cómo se instala accountsos-mcp-server?

+

Puedes instalar accountsos-mcp-server clonando el repositorio (https://github.com/thriveventurelabs/accountsos-mcp-server) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar thriveventurelabs/accountsos-mcp-server?

+

Nuestro agente de seguridad ha analizado thriveventurelabs/accountsos-mcp-server y le ha asignado un Trust Score de 72/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene thriveventurelabs/accountsos-mcp-server?

+

thriveventurelabs/accountsos-mcp-server es mantenido por thriveventurelabs. La última actividad registrada en GitHub es del 2026-09-17, con 0 issues abiertos.

¿Hay alternativas a accountsos-mcp-server?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega accountsos-mcp-server en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a accountsos-mcp-server