Skip to content
VS Code

boutique mcp for VS Code

io.github.matematicsolutions/boutique-mcp

Local catalog of MateMatic Boutique: find a legal-data connector or skill, install locally.

client:VS Code transport:stdio runtime:pypi

Install boutique mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "boutique-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "boutique-mcp"
      ]
    }
  }
}

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

boutique mcp in other clients