Skip to content
Cursor

artifact hub mcp for Cursor

io.github.mrfentmen/artifact-hub-mcp

Helm charts and cloud native packages from Artifact Hub. No key required.

client:Cursor transport:stdio runtime:npm

Install artifact hub mcp in Cursor

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

{
  "mcpServers": {
    "artifact-hub-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/artifact-hub-mcp"
      ]
    }
  }
}

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

artifact hub mcp in other clients