Пропустите установку. Заработает меньше чем за 2 минуты.
Начните бесплатный период на cloud.anythingmcp.com, добавьте Pennylane одним кликом и направьте свой ИИ-клиент (Claude, ChatGPT, Copilot или Cursor) на сгенерированный MCP-эндпоинт. Без Docker, без git clone, без опыта разработки.
Summary
Pennylane — French accounting and finance for SMBs and their accountants: customer and supplier invoices, customers, suppliers, products, ledger entries and bank transactions. REST API v2, bearer token.
Попробуй спросить
Примеры промптов для Pennylane
Кликни по промпту — он скопируется. Вставь в Claude, ChatGPT, Cursor, Gemini, Copilot или OpenClaw и запусти через этот коннектор.
Claude — это AI, он может ошибаться. Проверяйте ответы.
💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → Pennylane, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без
git clone, без локального сервера.
Pennylane + Cursor
Pennylane — French accounting and finance for SMBs and their accountants: customer and supplier invoices, customers, suppliers, products, ledger entries and bank transactions. REST API v2, bearer token.
Предварительные требования
Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:
PENNYLANE_API_TOKEN
Шаг 1 — Получите учётные данные
Getting a token
- Sign in to Pennylane and open Paramètres → Intégrations → API (Settings → Integrations → API).
- Create a personal access token and put it in
PENNYLANE_API_TOKEN. The token is scoped to one company (entreprise); an accountant handling several clients needs one connector per client.
This adapter targets API v2 at https://app.pennylane.com/api/external/v2. Pennylane's v1 is still served but is being wound down, and its pagination and field names differ — if you find a v1 example online, it will not work here.
…(continued in the in-app connector instructions)
Шаг 2 — Установите адаптер
curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d
Шаг 3 — Добавьте коннектор в Cursor
Cursor читает MCP-серверы из ~/.cursor/mcp.json. Добавьте эту запись:
{
"mcpServers": {
"anythingmcp": {
"url": "https://cloud.anythingmcp.com/mcp",
"headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
}
}
}
- Получите MCP API key в AnythingMCP → Profile → MCP API Keys → New Key.
- Сохраните файл и перезапустите Cursor.
- Откройте Cursor → Settings → MCP и убедитесь, что
Pennylaneотображается как "Connected". - Начинайте чат — все инструменты
Pennylaneдоступны.
Доступные инструменты
| Tool | What it does |
|---|---|
pennylane_list_customers | List customers with their name, SIREN/SIRET, VAT number, address and payment terms |
pennylane_get_customer | Read one customer by id, with their full billing address, tax identifiers, default payment conditions and recorded balance |
pennylane_list_customer_invoices | List invoices you issued, with their number, date, deadline, customer, currency amount and paid status — the receivables view |
pennylane_get_customer_invoice | Read one issued invoice in full: every line with its VAT rate, the totals in both the document and company currency, and the matched payment |
pennylane_list_supplier_invoices | List supplier invoices you received, with their number, date, deadline, supplier, amount and paid status — the payables view |
pennylane_list_suppliers | List suppliers with their name, SIREN, VAT number and address, to resolve who a received invoice belongs to |
pennylane_list_products | List products and services with their label, unit price, VAT rate and the ledger account they book to |
pennylane_list_ledger_entries | List ledger entry lines with their account, label, debit, credit and journal — the bookkeeping view underneath the invoices |
pennylane_list_bank_transactions | List bank transactions with their date, label, amount and reconciliation state, so unpaid invoices can be matched against money that actuall |
FAQ
Поддерживает ли Cursor кастомные MCP-серверы на бесплатном тарифе? Да — MCP доступен на Hobby, Pro и Business.
Следующие шаги
Это руководство помогло?