Norman MCP Server
Rank #2995finance.norman/mcp-server
Norman Finance is an accounting and tax filing autopilot designed for entrepreneurs in Germany. The Norman Finance MCP server enables new ways of interacting with Norman Finance's accounting, tax, and invoicing services. Simplifying financial workflows by integrating Norman Finance API capabilities
Norman MCP Server is a Model Context Protocol (MCP) server published by norman-finance. It ranks #2995 of 58,900 servers tracked on MCP Toplist, and its repository has 48 GitHub stars. Norman MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 3 tracked versions. It was first listed on Apr 17, 2025 and most recently updated on Feb 19, 2026.
Ranks ahead of 55,905 of 58,900 servers on MCP Toplist.
Use Norman MCP Server
Add Norman MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"norman": {
"url": "https://mcp.norman.finance/sse"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"norman": {
"command": "uvx",
"args": [
"norman-mcp-server"
],
"env": {
"NORMAN_EMAIL": "<your NORMAN_EMAIL>",
"NORMAN_PASSWORD": "<your NORMAN_PASSWORD>",
"NORMAN_ENVIRONMENT": "<your NORMAN_ENVIRONMENT>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries (1 delisted)
norman-finance
Available versions (3)
| Version | Published |
|---|---|
| 0.1.7 | Feb 19, 2026 |
| 0.1.6 | Feb 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is Norman MCP Server?
- Norman Finance is an accounting and tax filing autopilot designed for entrepreneurs in Germany. The Norman Finance MCP server enables new ways of interacting with Norman Finance's accounting, tax, and invoicing services. Simplifying financial workflows by integrating Norman Finance API capabilities
- Who maintains Norman MCP Server?
- Norman MCP Server is maintained by norman-finance, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Norman MCP Server an official MCP server?
- Yes — Norman MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Norman MCP Server have?
- MCP Toplist tracks 3 versions of Norman MCP Server, most recently published on Feb 19, 2026.
- Where can I find the source code for Norman MCP Server?
- The source code for Norman MCP Server is hosted at github.com/norman-finance/norman-mcp-server.