13  Troubleshooting

14 Common Issues

14.1 MCP Servers Not Loading

14.1.1 Symptom: Hammer Icon Missing

The 🔨 icon doesn’t appear in Claude Desktop.

ImportantChecklist
  1. JSON syntax error — Validate at jsonlint.com
  2. Claude not fully restarted — Quit from system tray, not just close window
  3. Wrong file location — Must be in %APPDATA%\Claude\
  4. File permissions — Run as administrator if needed

14.1.2 How to Check Logs

  1. Press Win + R
  2. Type: %APPDATA%\Claude\logs
  3. Open the most recent .log file
  4. Look for error messages related to MCP servers

14.2 Power BI Connection Issues

14.2.1 Symptom: Cannot Connect to Model

WarningCommon Causes
  • Not signed in to Power BI in your browser
  • No access to the workspace
  • Wrong URL encoding — spaces must be %20
  • VPN/Firewall blocking connection

14.2.2 Fix: URL Encoding

If your workspace is called “Robert Prizelius”, the URL must be:

powerbi://api.powerbi.com/v1.0/myorg/Robert%20Prizelius

Not:

powerbi://api.powerbi.com/v1.0/myorg/Robert Prizelius  ❌

14.3 JSON Syntax Errors

14.3.1 Common Mistakes

Error Problem Fix
Unexpected token Missing comma Add comma after each item (except last)
Unexpected end Missing brace Count { and } — must match
Invalid character Wrong quotes Use " not " or "
Path not found Single backslash Use \\ or / in paths

14.3.2 Correct Example

{
  "mcpServers": {
    "server1": {
      "command": "C:\\path\\to\\file.exe",
      "args": [],
      "env": {}
    },
    "server2": {
      "command": "C:\\another\\path.exe",
      "args": [],
      "env": {}
    }
  }
}

14.4 Getting Help

TipContact Support

Querex
🌐 www.querex.no