Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Mini Accountant
Mini Accountant logo
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:08:57 PM

Mini Accountant

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "mini-accountant": {
      "command": "npx",
      "args": [
        "-y",
        "https://ad.miniaccountant.app"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

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-accountant
  • Transport: streamable HTTP
  • URL: https://mcp.miniaccountant.app/v1beta
  • Auth: 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.


Install in Claude Code (plugin)

The quickest path β€” installs the remote server as a plugin, no manual config file.

Code
/plugin marketplace add miniaccountant/mcp-setup
/plugin install mini-accountant@miniaccountant
/reload-plugins

Then 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:

Terminal
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:

  1. Open Settings β†’ Connectors β†’ Add custom connector (claude.ai) or the equivalent in Claude Desktop.
  2. Name: Mini Accountant
  3. URL: https://mcp.miniaccountant.app/v1beta
  4. Save, 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):

config.json
{
  "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:

config.json
{
  "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-server
    • https://mcp.miniaccountant.app/.well-known/oauth-protected-resource
    • https://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 /mcp and 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

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • A
    Ato Mcp

    Australian tax knowledge base: cited retrieval over ATO guidance, the ITAA & GST Acts, and rulings.

    πŸ’» Developer Tools0 views
    Compare vs Ato Mcp β†’
  • P
    Portkey Admin Mcp

    Full Portkey Admin API MCP server β€” configs, prompts, keys, analytics, and more.

    πŸ’» Developer Tools1 views
    Compare vs Portkey Admin Mcp β†’

Frequently Asked Questions about Mini Accountant

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "mini-accountant": { "command": "npx", "args": ["-y", "Mini Accountant"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMini Accountant AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mini-accountant?style=directory)](https://allmcps.com/mcp/mini-accountant)
HTML Embed
<a href="https://allmcps.com/mcp/mini-accountant"><img src="https://allmcps.com/api/badge/mini-accountant?style=directory" alt="Mini Accountant on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Mini Accountant β†’Install in Claude DesktopInstall in CursorInstall in VS Code