Typescript-based MCP server for integrating with the CodeQR API. It enables developers to dynamically access and manage CodeQR tools, short links, and QR code endpoints within their workflows.
Server Config
{
"mcpServers": {
"codeqr_ts_api": {
"command": "npx",
"args": [
"-y",
"@codeqr/ts-mcp",
"--client=claude",
"--tools=dynamic"
],
"env": {
"CODEQR_API_KEY": "My API Key"
}
}
}
}