Skip to content
VS Code

fingrid mcp for VS Code

io.github.mrfentmen/fingrid-mcp

Fingrid open data: datasets and records.

client:VS Code transport:stdio runtime:npm

Install fingrid mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "fingrid-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "fingrid-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

fingrid mcp in other clients