
Security News
Lovable’s OJ Rewrites Vite’s Dev Server in Rust as AI Lowers the Cost of Forking Open Source
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.
@thriveventurelabs/accountsos-mcp
Advanced tools
MCP server for AccountsOS - Chat with your books from Claude Desktop
Give Claude Desktop access to your UK accounting data via the Model Context Protocol (MCP).
npm: https://www.npmjs.com/package/@thriveventurelabs/accountsos-mcp
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
{
"mcpServers": {
"accountsos": {
"command": "accountsos-mcp",
"args": [],
"env": {
"ACCOUNTSOS_API_KEY": "your-api-key-here"
}
}
}
}
{
"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.
| 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 |
| 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 |
| Resource | Description |
|---|---|
accountsos://company | Company details and settings |
accountsos://transactions | Most recent 50 transactions |
accountsos://documents | Uploaded documents |
accountsos://deadlines | Upcoming deadlines |
Once connected, try asking Claude:
# Install dependencies
npm install
# Build
npm run build
# Run locally (for testing)
ACCOUNTSOS_API_KEY=sk_live_xxx npm start
| Variable | Required | Description |
|---|---|---|
ACCOUNTSOS_API_KEY | Yes | Your AccountsOS API key |
ACCOUNTSOS_BASE_URL | No | Override API base URL (default: https://accounts-os.com) |
Check logs at ~/Library/Logs/Claude/mcp-server-accountsos.log
If npx has caching issues, use global install instead:
npm install -g @thriveventurelabs/accountsos-mcp
MIT
FAQs
MCP server for AccountsOS - Chat with your books from Claude Desktop
The npm package @thriveventurelabs/accountsos-mcp receives a total of 13 weekly downloads. As such, @thriveventurelabs/accountsos-mcp popularity was classified as not popular.
We found that @thriveventurelabs/accountsos-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.