Skip to content
Cursor

hilma mcp for Cursor

io.github.aimiten/hilma-mcp

MCP server for Finnish public procurement notices (Hilma). Built by Aimiten.

client:Cursor transport:stdio runtime:npm

Install hilma mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "hilma-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "hilma-mcp"
      ],
      "env": {
        "HILMA_API_KEY": "<HILMA_API_KEY>",
        "HILMA_READ_API_KEY": "<HILMA_READ_API_KEY>"
      }
    }
  }
}

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

hilma mcp in other clients