Skip to main content
ClaudeWave
MCP ServersRegistry oficial0 estrellas0 forksActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/miniaccountant/mcp-setup
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-setup": {
      "command": "node",
      "args": ["/path/to/mcp-setup/dist/index.js"]
    }
  }
}
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.
💡 Clone https://github.com/miniaccountant/mcp-setup and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Mini Accountant — MCP setup

Connect your AI assistant to your [Mini Accountant](https://ad.miniaccountant.app)
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.

```
/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:
> ```
> 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):

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

```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

Lo que la gente pregunta sobre mcp-setup

¿Qué es miniaccountant/mcp-setup?

+

miniaccountant/mcp-setup es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala mcp-setup?

+

Puedes instalar mcp-setup clonando el repositorio (https://github.com/miniaccountant/mcp-setup) 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 miniaccountant/mcp-setup?

+

miniaccountant/mcp-setup aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene miniaccountant/mcp-setup?

+

miniaccountant/mcp-setup es mantenido por miniaccountant. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a mcp-setup?

+

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

Despliega mcp-setup 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: miniaccountant/mcp-setup
[![Featured on ClaudeWave](https://claudewave.com/api/badge/miniaccountant-mcp-setup)](https://claudewave.com/repo/miniaccountant-mcp-setup)
<a href="https://claudewave.com/repo/miniaccountant-mcp-setup"><img src="https://claudewave.com/api/badge/miniaccountant-mcp-setup" alt="Featured on ClaudeWave: miniaccountant/mcp-setup" width="320" height="64" /></a>

Más MCP Servers

Alternativas a mcp-setup