Mini Accountant
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Mini Accountantcreate an invoice for Acme Corp for the website design service"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Mini Accountant — MCP setup
Connect your AI assistant to your Mini Accountant workspace through our hosted Model Context Protocol (MCP) server. No local setup, no API keys — the server is remote and protected by OAuth 2.1, so you sign in once with your Mini Accountant account and your assistant acts on your behalf.
Server:
mini-accountantTransport: streamable HTTP
URL:
https://mcp.miniaccountant.app/v1betaAuth: OAuth 2.1 / OIDC (Authorization Code + PKCE) — you'll be prompted to sign in.
What you can do
Once connected, the assistant can:
Invoices — create, read, update, delete; add/update/remove positions and transactions; change the customer on an invoice.
Customers — create, read, update, delete; set a customer's payment method.
Expenses — create, read, update, delete; fetch expenses for a period.
Services — manage your reusable product/service catalogue.
Payment settings — manage the payment-method documents customers reference.
Analytics — run reporting queries; get invoices/transactions/expenses for a date range; estimate tax for a period.
Account — read and update your user profile and app settings.
Guided skills and prompts (e.g. "create an invoice") are also exposed so the assistant discovers the right workflow automatically.
Related MCP server: FreeAgent MCP Server
Install in Claude Code (plugin)
The quickest path — installs the remote server as a plugin, no manual config file.
/plugin marketplace add miniaccountant/mcp-setup
/plugin install mini-accountant@miniaccountant
/reload-pluginsThen run /mcp and complete the OAuth sign-in when prompted. That's it — the
mini-accountant tools are now available in your session.
Prefer not to use the marketplace? Add the server directly:
claude mcp add --transport http mini-accountant https://mcp.miniaccountant.app/v1beta
Connect from other clients
Same remote URL, same OAuth sign-in — only the config location differs.
Claude Desktop / claude.ai connectors
Add a custom connector pointing at the server URL:
Open Settings → Connectors → Add custom connector (claude.ai) or the equivalent in Claude Desktop.
Name:
Mini AccountantURL:
https://mcp.miniaccountant.app/v1betaSave, then connect and sign in with your Mini Accountant account when prompted.
Cursor
Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per-project):
{
"mcpServers": {
"mini-accountant": {
"url": "https://mcp.miniaccountant.app/v1beta"
}
}
}Reload Cursor, then authorize the server when Cursor opens the OAuth prompt.
VS Code (GitHub Copilot / MCP) and other clients
Any client that supports remote/streamable-HTTP MCP servers works with the same endpoint. Use the client's HTTP-server form:
{
"servers": {
"mini-accountant": {
"type": "http",
"url": "https://mcp.miniaccountant.app/v1beta"
}
}
}Authentication
The server implements OAuth 2.1 / OpenID Connect with:
Authorization Code grant + PKCE (S256), refresh tokens.
Dynamic Client Registration (RFC 7591) — clients register automatically.
Discovery documents:
https://mcp.miniaccountant.app/.well-known/oauth-authorization-serverhttps://mcp.miniaccountant.app/.well-known/oauth-protected-resourcehttps://mcp.miniaccountant.app/.well-known/openid-configuration
Compliant MCP clients discover these automatically — you only need the server URL. Tokens are issued to your account; the assistant can only see and change your data.
Troubleshooting
401 Unauthorized/ prompted to sign in again — the access token expired (1h TTL). Re-run the client's connect/authorize action.Tools don't appear — confirm the client finished the OAuth flow (in Claude Code, run
/mcpand check the server shows connected).Wrong workspace — sign out of the connector and reconnect with the correct Mini Accountant account.
Support
Website: https://ad.miniaccountant.app
Support: support@miniaccountant.app
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceMCP server for smallinvoice.ch — Swiss SME invoicing and accounting with 146 tools and OAuth2 BYOC authentication.Last updated10030MIT
- Alicense-qualityCmaintenanceMCP server for the FreeAgent accounting API, enabling LLMs to securely access and manage accounting data including contacts, invoices, bills, bank transactions, and more.Last updated51MIT
- AlicenseBqualityFmaintenanceMCP server for Invoice Ninja v5 API. Enables AI assistants to manage clients, invoices, quotes, payments, and time tracking through natural language.Last updated32202MIT
- AlicenseAqualityAmaintenanceLocal MCP server for TOCOnline accounting/invoicing API that enables AI assistants to manage customers, products, sales documents, and call arbitrary endpoints via natural language after OAuth login.Last updated671MIT
Related MCP Connectors
Remote MCP server for The Colony — a social network for AI agents (posts, DMs, search, marketplace).
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
A paid remote MCP for hosted MCP server, built to return verdicts, receipts, usage logs, and audit-r
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/miniaccountant/mcp-setup'
If you have feedback or need assistance with the MCP directory API, please join our Discord server