OpenBLAS (MCP Server)

GitHub

OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "OpenBLAS": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-OpenBLAS"
      ]
    }
  }
}