MCP Server
MCP
GPTaria MCP
Post a project brief & publish cases on GPTaria from Claude Code, Cursor or Windsurf.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "gptaria-mcp",
"version": "0.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your GPTaria API key (Settings → API keys). A gptaria_sbx_… key is safe for testing.",
"isRequired": true,
"isSecret": true,
"name": "GPTARIA_API_KEY"
},
{
"description": "Override the platform base URL.",
"default": "https://www.gptaria.com",
"name": "GPTARIA_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment