pvpc mcp server for Claude Desktop
io.github.rfdez/pvpc-mcp-server
Retrieve daily PVPC electricity tariffs for 2.0 TD consumers, published by Red Eléctrica.
client:Claude Desktop
transport:stdio
runtime:npm
Install pvpc mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"pvpc-mcp-server": {
"command": "npx",
"args": [
"-y",
"@rfdez/pvpc-mcp-server"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs