Skip to content
Zed

pvpc mcp server for Zed

io.github.rfdez/pvpc-mcp-server

Retrieve daily PVPC electricity tariffs for 2.0 TD consumers, published by Red Eléctrica.

client:Zed transport:stdio runtime:npm

Install pvpc mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "pvpc-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@rfdez/pvpc-mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

pvpc mcp server in other clients