Loading MCP server directory, please wait...
Read, create, and install your ParetoStudio prompts, agents, and skills from any MCP client.
npx @getmcp/cli add io.paretostudio/paretostudio-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
PARETOSTUDIO_API_KEYYour ParetoStudio API key (starts with psk_). Create one at https://paretostudio.io/settings under Developer.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.paretostudio/paretostudio-mcp": {
"command": "npx",
"args": [
"-y",
"paretostudio-mcp"
],
"env": {
"PARETOSTUDIO_API_KEY": "",
"PARETOSTUDIO_API_URL": "https://paretostudio.io"
}
}
}
}