Materialize (uvx) MCP Server
CommunityContributed by Materialize
Expose Materialize indexed views as real-time, typed tools over MCP. Connects to a Materialize instance and turns documented, indexed views into live callable tools for LLM applications.
About the Materialize (uvx) MCP Server
The Materialize (uvx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Expose Materialize indexed views as real-time, typed tools over MCP. Connects to a Materialize instance and turns documented, indexed views into live callable tools for LLM applications. This is a community-contributed MCP server by Materialize.
Install the Materialize (uvx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "stdio",
"command": "uvx",
"args": [
"mcp-materialize"
],
"env": {
"MZ_DSN": "${input:MZ_DSN}"
},
"metadata": {
"inputs": [
{
"id": "MZ_DSN",
"label": "Materialize DSN",
"description": "PostgreSQL-style connection string for your Materialize instance, including credentials. Materialize's default SQL port is 6875. Example: postgresql://materialize@localhost:6875/materialize",
"type": "text",
"required": true,
"secret": true,
"placeholder": "postgres://USER:PASSWORD@HOST:6875/materialize",
"obtain": {
"url": "https://console.materialize.com",
"instructions": "1. Open the Materialize Console\n2. Go to Connect / App Passwords\n3. Create an app password for your user\n4. Build the DSN: postgres://USER:PASSWORD@HOST:6875/materialize",
"button_label": "Open Materialize Console"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Materialize (uvx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
MongoDB (Docker)
Connect to MongoDB databases and Atlas clusters via Docker. Query collections, inspect schemas, manage indexes, and run aggregation pipelines in an isolated container.
MongoDB (npx)
Connect to MongoDB databases and Atlas clusters. Query collections, inspect schemas, manage indexes, and run aggregation pipelines through the official MongoDB MCP server.

PostgreSQL (Docker)
Query PostgreSQL databases, analyze performance, and optimize indexes via Docker. Execute SQL, inspect schemas, get EXPLAIN plans, identify slow queries, and run health checks.

PostgreSQL (uvx)
Query PostgreSQL databases, analyze performance, and optimize indexes. Execute SQL, inspect schemas, get EXPLAIN plans, identify slow queries, and run health checks via Postgres MCP Pro.
Redis (Docker)
Interact with Redis databases via Docker. Execute commands, manage keys, and work with data structures across standalone, cluster, and Sentinel modes.
Redis (uvx)
Interact with Redis databases. Execute commands, manage keys, and work with data structures across standalone, cluster, and Sentinel modes.
Install Materialize (uvx) with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.