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!
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Huoshan Test
volcengineSerena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Comments