Claude MCP config with OpenBB and Wolfram

Putting this as reference. An article will follow in the next days:

{
  "mcpServers": {
    "openbb": {
      "command": "/Users/tudorsorin/OpenBB/conda/envs/openbb/bin/openbb-mcp",
      "args": [
        "--transport",
        "stdio",
        "--default-categories",
        "equity,economy"
      ]
    },
    "Wolfram": {
      "command": "/Applications/Wolfram Engine.app/Contents/Resources/Wolfram Player.app/Contents/MacOS/wolfram",
      "args": [
        "-run",
        "PacletSymbol[\"Wolfram/MCPServer\",\"Wolfram`MCPServer`StartMCPServer\"][]",
        "-noinit",
        "-noprompt"
      ],
      "env": {
        "MCP_SERVER_NAME": "Wolfram"
      }
    }
  },
  "preferences": {
    "sidebarMode": "chat"
  }
}