Skip to content
Cursor

qr code ai mcp for Cursor

io.github.csoai-org/qr-code-ai-mcp

Qr Code Ai MCP Server by MEOK AI Labs

client:Cursor transport:stdio runtime:pypi

Install qr code ai mcp in Cursor

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

{
  "mcpServers": {
    "qr-code-ai-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "qr-code-ai-mcp"
      ]
    }
  }
}

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

qr code ai mcp in other clients