Skip to content
Cursor

gold prices mcp for Cursor

io.github.mrfentmen/gold-prices-mcp

Gold and metal prices from gold-api.com (merged).

client:Cursor transport:stdio runtime:npm

Install gold prices mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "gold-prices-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gold-prices-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

gold prices mcp in other clients