Odel
paretostudio mcp

paretostudio mcp

Local
@tane994ShellMITUpdated 2w ago

Read, create, and install your ParetoStudio prompts, agents, and skills from any MCP client.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmparetostudio-mcpv0.4.1

Run

npx -y paretostudio-mcp

MCP client config

{
  "mcpServers": {
    "paretostudio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "paretostudio-mcp"
      ]
    }
  }
}