pvpc mcp server for Cursor
io.github.rfdez/pvpc-mcp-server
Retrieve daily PVPC electricity tariffs for 2.0 TD consumers, published by Red Eléctrica.
client:Cursor
transport:stdio
runtime:npm
Install pvpc mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pvpc-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@rfdez/pvpc-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs