Skip to content
Cursor

boutique mcp for Cursor

io.github.matematicsolutions/boutique-mcp

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

client:Cursor transport:stdio runtime:pypi

Install boutique mcp in Cursor

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

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

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

boutique mcp in other clients