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
{
"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