Skip to content
Cursor

QuickerSpot MCP Server for Cursor

io.github.raphaelinacio/quickerspot-mcp

Servidor MCP do QuickerSpot para vinhetas, rádio indoor e sonorização comercial com IA.

client:Cursor transport:stdio runtime:pypi

Install QuickerSpot MCP Server 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": {
    "quickerspot-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "quickerspot-mcp"
      ],
      "env": {
        "QUICKERSPOT_API_KEY": "<QUICKERSPOT_API_KEY>",
        "QUICKERSPOT_API_URL": "<QUICKERSPOT_API_URL>"
      }
    }
  }
}

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

QuickerSpot MCP Server in other clients