CodeQR Typescript MCP Server
@codeqr-io
About CodeQR Typescript MCP Server
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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"codeqr_ts_api": {
"command": "npx",
"args": [
"-y",
"@codeqr/ts-mcp",
"--client=claude",
"--tools=dynamic"
],
"env": {
"CODEQR_API_KEY": "My API Key"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is CodeQR Typescript MCP Server?
The CodeQR Typescript MCP Server is an open-source server built with TypeScript that integrates with the CodeQR API, enabling developers to dynamically manage short links, QR codes, analytics, tags, domains, projects, and tracking events from any MCP-compatible client.
How to use CodeQR Typescript MCP Server?
Set the CODEQR_API_KEY environment variable with a valid API key from your CodeQR account. Run the server directly via npx -y @codeqr/ts-mcp@latest, or add the provided JSON configuration to your MCP client (e.g., Claude, Cursor). You can choose to expose all endpoints or use dynamic tools with --tools=dynamic, and filter available tools by resource, operation type, or tags.
Key features of CodeQR Typescript MCP Server
- Manage short links with create, update, list, delete, bulk, and upsert operations
- Generate and manage QR codes with full CRUD, bulk, and upsert capabilities
- Retrieve analytics for links, domains, and workspaces
- Organize resources using tags and domains
- Access projects and record tracking events for leads and sales
- Discover and invoke any API endpoint dynamically at runtime
Use cases of CodeQR Typescript MCP Server
- Automating short link and QR code creation inside workflows
- Retrieving analytics to monitor marketing and campaign performance
- Managing multiple domains, tags, and projects from code or AI agents
- Extending AI-driven workflows (Claude, Cursor, OpenAI Agents) with CodeQR tools
FAQ from CodeQR Typescript MCP Server
What do I need to set up the CodeQR Typescript MCP Server?
A valid CodeQR API Key from your CodeQR account.
Can it be integrated with multiple MCP clients?
Yes. It supports Claude, Cursor, OpenAI Agents, and other MCP clients.
Does it support dynamic endpoint discovery?
Yes. Using --tools=dynamic, you can discover and invoke any API endpoint dynamically.
Can I filter endpoints?
Yes. Filters can be applied by tool, resource, operation type, or tags.
More Developer Tools MCP servers
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
Comments