Skip to content
VS Code

flathub mcp for VS Code

io.github.mrfentmen/flathub-mcp

Search Linux apps on Flathub. No key required.

client:VS Code transport:stdio runtime:npm

Install flathub mcp in VS Code

.vscode/mcp.json

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

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

flathub mcp in other clients