<div align="center"> <a href="https://norman.finance/?utm_source=mcp_server"> <img width="140px" src="https://github.com/user-attachments/assets/d2cb1df3-69f1-460e-b675-beb677577b06" alt="Norman" /> </a> <h1>Norman MCP Server</h1> <p>Your finances, inside your AI assistant.<br/> Norman connects your accounting, invoicing, and VAT filing directly to Claude, Cursor, and any MCP-compatible AI.</p> <br/> <p> <img src="https://img.shields.io/badge/Protocol-MCP-black?style=flat-square" alt="MCP" /> <img src="https://img.shields.io/badge/Transport-Streamable_HTTP-black?style=flat-square" alt="Streamable HTTP" /> <img src="https://img.shields.io/badge/Auth-OAuth_2.1-black?style=flat-square" alt="OAuth 2.1" /> <img src="https://img.shields.io/badge/License-MIT-black?style=flat-square" alt="MIT" /> </p> <code>https://mcp.norman.finance/mcp</code> <br/><br/> <strong>Claude</strong> · <strong>ChatGPT</strong> · <strong>Cursor</strong> · <strong>OpenClaw</strong> · <strong>n8n</strong> · <strong>Any MCP Client</strong> </div> <br/> <div align="center">
<a href="https://github.com/user-attachments/assets/10718781-34f2-4640-9253-be4c82de6159"></a> </div> <br/>
---
<br/>
What you can do
Invoicing — Create, send, and track invoices including recurring and ZUGFeRD e-invoices
Bookkeeping — Categorize transactions, match receipts, and verify entries
Client Management — Maintain your client database and contact details
Tax Filing — Generate Finanzamt previews, file VAT returns, and track deadlines
Company Overview — Check your balance, revenue, and financial health at a glance
Company Formation — Found a German GmbH or UG: collect the founders' data, check the name against the Handelsregister, generate the founding documents (Musterprotokoll, Gesellschafterliste), match with a notary, and track every step through to registration
Documents — Upload and attach receipts, invoices, and supporting files
<br/>
💬 Try asking
Once connected, talk to your books in plain language:
- "Prepare and file my UStVA for last month."
- "Send a €1,200 invoice to ACME for consulting."
- "What did I spend on software this quarter?"
- "Find tax deductions I might have missed."
- "Which invoices are overdue? Send reminders."
<br/>
🏢 Starting a company
Found a German GmbH or UG (haftungsbeschränkt) end-to-end — Norman collects the data, prepares the documents, and hands off to a notary:
- "I want to start a GmbH in Berlin — walk me through it."
- "Found a UG for me and two co-founders, split the shares 60/40."
- "Is 'Wunderbar Robotics' still free in the Handelsregister?"
- "Reword my business purpose so it's ready for the register."
- "Generate the Musterprotokoll and find me a notary who does online notarization."
- "What's left before my company is officially registered?"
Choosing GmbH/UG also sets your Norman account to the corporate SKR04 chart of accounts, so bookkeeping and taxes are ready from day one. The documents are drafts to prepare the notary appointment — not legal advice.
<br/>
<details open> <summary> <h3>👀 See it in action</h3> </summary> <br/> <table> <tr> <td align="center"> <p><strong>Filing a VAT return</strong></p> <img src="https://github.com/user-attachments/assets/00bdf6df-1e37-4ecd-9f12-2747d8f53484" alt="Filing VAT tax report" width="400"> </td> <td align="center"> <p><strong>Transaction insights</strong></p> <img src="https://github.com/user-attachments/assets/534c7aac-4fed-4b28-8a5e-3a3411e13bca" alt="Transaction insights" width="400"> </td> </tr> <tr> <td align="center"> <p><strong>Syncing Stripe payments</strong></p> <img src="https://github.com/user-attachments/assets/2f13bc4e-6acb-4b39-bddc-a4a1ca6787f0" alt="Syncing Stripe payments" width="400"> </td> <td align="center"> <p><strong>Receipts from Gmail</strong></p> <img src="https://github.com/user-attachments/assets/2380724b-7a79-45a4-93bd-ddc13a175525" alt="Creating transactions from Gmail receipts" width="200"> </td> </tr> <tr> <td align="center"> <p><strong>Chasing overdue invoices</strong></p> <img src="https://github.com/user-attachments/assets/d59ed22a-5e75-46f6-ad82-db2f637cf7a2" alt="Managing overdue invoices" width="300"> </td> <td align="center"> <p><strong>Sending payment reminders</strong></p> <img src="https://github.com/user-attachments/assets/26cfb8e9-4725-48a9-b413-077dfb5902e7" alt="Sending payment reminders" width="350"> </td> </tr> </table> </details>
<br/>
---
<br/>
🚀 Get Started
Before connecting, create a free Norman account if you don't have one yet. Log in with your Norman credentials via OAuth — your password never touches the AI.
<details> <summary><strong>Claude Connectors</strong></summary> <br/>
- Go to [https://claude.ai/new#settings/customize-connectors)
- Click Add
- Find and connect: Norman Finance
</details>
<details> <summary><strong>Claude Code</strong></summary> <br/>
Norman is available as a Claude Code plugin with built-in skills.
/plugin marketplace add norman-finance/norman-mcp-server
/plugin install norman-finance@norman-finance
Or install directly from GitHub:
claude /plugin install github:norman-finance/norman-mcp-server
</details>
<details> <summary><strong>ChatGPT Plugins</strong></summary> <br/>
- Install it from the official ChatGPT Plugins Directory.
</details>
<details> <summary><strong>Cursor</strong></summary> <br/>
 </details>
<details> <summary><strong>Replit</strong></summary> <br/>
 </details>
<details> <summary><strong>OpenClaw</strong></summary> <br/>
Option 1 — Remote with OAuth
Run in OpenClaw:
mcp add https://mcp.norman.finance/mcp
You'll be prompted to log in with your Norman account on first use.
Option 2 — Skills only
git clone https://github.com/norman-finance/norman-mcp-server.git
cp -r norman-mcp-server/skills/* ~/.openclaw/skills/
openclaw gateway restart
Option 3 — Local stdio
pip install norman-mcp-server
openclaw mcp add norman -- norman-mcp --transport stdio
Set your credentials as environment variables (NORMAN_EMAIL, NORMAN_PASSWORD) before starting the gateway. </details>
<details> <summary><strong>n8n</strong></summary> <br/>
- Create an MCP OAuth2 API credential
- Enable Dynamic Client Registration
- Set Server URL:
https://mcp.norman.finance/ - Click Connect my account and log in with Norman
- Add an MCP Client Tool node to your AI Agent workflow
- Set the URL to
https://mcp.norman.finance/mcpand select the credential
</details>
<details> <summary><strong>Any MCP Client</strong></summary> <br/>
Add a remote HTTP MCP server with URL:
https://mcp.norman.finance/mcp
</details>
<br/>
---
<br/>
Skills
Ready-to-use skills compatible with Claude Code, OpenClaw, and the Agent Skills standard.
| Skill | What it does | |:--|:--| | financial-overview | Full dashboard — balance, transactions, invoices, and tax status | | create-invoice | Step-by-step invoice creation and sending | | manage-clients | List, create, and update client records | | tax-report | Review, preview, and file tax reports with the Finanzamt | | categorize-transactions | Categorize and verify bank transactions | | find-receipts | Find missing receipts from Gmail or email and attach them | | overdue-reminders | Identify overdue invoices and send payment reminders | | expense-report | Expense breakdown by category, top vendors, and trends | | tax-deduction-finder | Scan transactions for missed deductions and suggest fixes | | monthly-reconciliation | Full monthly close — transactions, invoices, receipts, and taxes | | company-incorporation | Found a German GmbH/UG — data, documents, name check, and notary hand-off |
<br/>
Claude Code —
/plugin marketplace add norman-finance/norman-mcp-serverClaude Code (local) — claude --plugin-dir ./norman-mcp-serverOpenClaw — cp -r skills/* ~/.openclaw/skills/ && openclaw gateway restart
<br/>
---
<br/>
<p align="center"> Have a feature idea? <a href="../../issues"><strong>Share your suggestion →</strong></a> </p>
<br/>
<p align="center"> <a href="https://glama.ai/mcp/servers/@norman-finance/norman-mcp-server"><img src="https://glama.ai/mcp/servers/@norman-finance/norman-mcp-server/badge" alt="Norman Finance MCP server" width="200" /></a> <a href="https://mseep.ai/app/norman-finance-norman-mcp-server"><img src="https://mseep.net/pr/norman-finance-norman-mcp-server-badge.png" alt="MseeP.ai Security Assessment" height="41" /></a> </p>
<p align="center"> <br/> <a href="https://norman.finance/?utm_source=mcp_server"> <img width="80px" src="https://github.com/user-attachments/assets/d2cb1df3-69f1-460e-b675-beb677577b06" alt="Norman" /> </a> <br/><br/> <sub>Make business effortless</sub> </p>
<!-- mcp-name: finance.norman/mcp-server -->











