HomeOther › Norman MCP Server

Norman MCP Server

AI-powered bookkeeping and tax filing for entrepreneurs at the heart of the European economy.

Official Python Remote
★ 58 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.norman.finance/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http norman-mcp-server https://mcp.norman.finance/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "norman-mcp-server": {
      "url": "https://mcp.norman.finance/mcp"
    }
  }
}

Package (pypi 0.1.7)

uvx norman-mcp-server

Or add to your MCP client config:

{
  "mcpServers": {
    "norman-mcp-server": {
      "command": "uvx",
      "args": [
        "norman-mcp-server"
      ],
      "env": {
        "NORMAN_EMAIL": "<YOUR_VALUE>",
        "NORMAN_PASSWORD": "<YOUR_VALUE>",
        "NORMAN_ENVIRONMENT": "<YOUR_VALUE>"
      }
    }
  }
}
  • NORMAN_EMAIL required — Your Norman account email
  • NORMAN_PASSWORD required secret — Your Norman account password
  • NORMAN_ENVIRONMENT — API environment: 'production' or 'sandbox'

Related servers

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry