Skip to content
Cursor

GPTaria MCP for Cursor

io.github.gptaria-mcp/gptaria-mcp

Post a project brief & publish cases on GPTaria from Claude Code, Cursor or Windsurf.

client:Cursor transport:stdio runtime:npm

Install GPTaria MCP in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "gptaria-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gptaria-mcp"
      ],
      "env": {
        "GPTARIA_API_KEY": "<GPTARIA_API_KEY>",
        "GPTARIA_BASE_URL": "<GPTARIA_BASE_URL>"
      }
    }
  }
}

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

GPTaria MCP in other clients