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. Available to Plus and Pro members.
Sign inClient 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 (19)
All tools run on your Plus or Pro plan credits. Click a card for full technical details.
Privacy
Tools provide legal preparation support, not final legal advice. Results are for informational purposes and should be reviewed by a qualified legal professional.