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
{
"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