MCP access
++ Connect Claude, Cursor, and other AI tools to all 19 DBN legal preparation tools via MCP. +
+ + Set up MCP → + +Connect any MCP client to all 19 Do Better Norge tools — transcription, legal analysis, timelines, redaction, and more.
+Your MCP token
+ + +Sign in to create your personal MCP token for Plus or Pro members.
+ Sign in +MCP access is available on Plus and Pro plans. Upgrade to connect your AI tools.
+ Upgrade plan ++ Tokens are shown once at creation. Create one per client (Claude, Cursor, VS Code…). +
+ + + + + +
+
+ Client configuration
++ Paste your token into the config below after creating it above. + +
+ +
+ Edit claude_desktop_config.json
+ (~/Library/Application Support/Claude/ on Mac,
+ %APPDATA%\Claude\ on Windows):
+
{
+ "mcpServers": {
+ "dobetternorge": {
+ "command": "npx",
+ "args": ["-y", "@bluenotelogic/mcp", "dobetternorge-mcp", "--stdio"],
+ "env": {
+ "DBN_MCP_TOKEN": "dbn_user_mcp_..."
+ }
+ }
+ }
+}
+ + Run in your terminal: +
+claude mcp add dobetternorge -- npx -y @bluenotelogic/mcp dobetternorge-mcp --stdio
+
+# Set your token (add to ~/.bashrc or ~/.zshrc to persist):
+export DBN_MCP_TOKEN=dbn_user_mcp_...
+
+ Edit ~/.cursor/mcp.json (or Windsurf's equivalent):
+
{
+ "mcpServers": {
+ "dobetternorge": {
+ "command": "npx",
+ "args": ["-y", "@bluenotelogic/mcp", "dobetternorge-mcp", "--stdio"],
+ "env": {
+ "DBN_MCP_TOKEN": "dbn_user_mcp_..."
+ }
+ }
+ }
+}
+ + Cursor also supports the remote HTTP endpoint — use the Remote HTTP tab if you prefer not to run npx. +
+
+ Create .vscode/mcp.json in your project (VS Code will prompt for the token on first use):
+
{
+ "inputs": [
+ {
+ "type": "promptString",
+ "id": "dbn-token",
+ "description": "Do Better Norge MCP token",
+ "password": true
+ }
+ ],
+ "servers": {
+ "dobetternorge": {
+ "type": "stdio",
+ "command": "npx",
+ "args": ["-y", "@bluenotelogic/mcp", "dobetternorge-mcp", "--stdio"],
+ "env": {
+ "DBN_MCP_TOKEN": "${input:dbn-token}"
+ }
+ }
+ }
+}
+ + For clients that support remote MCP (Cursor, Zed, Windsurf with remote connector) — no npx needed: +
+URL: https://mcp.dobetternorge.no/mcp
+Authorization: Bearer dbn_user_mcp_...
+
+ Paste the URL into your client's "Remote MCP server" field, then set the Authorization header.
+
Available tools (= count($toolCatalog) ?>)
++ All tools run on your Plus or Pro plan credits. Click a card for full details. +
+ +Privacy
+dbn.save_to_case.
+ DBN MCP tokens do not retain input text or tool results after the request completes.
+ + Tools provide legal preparation support, not final legal advice. + Results are for informational purposes and should be reviewed by a qualified legal professional. +
+