@quikrun/mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@quikrun/mcplist my snippets"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@quikrun/mcp
A Model Context Protocol server for QuikRun. It lets an AI agent (Claude Desktop, Cursor, and other MCP clients) manage your QuikRun snippets — list, read, create, edit, run, deploy, duplicate, and delete — by wrapping the QuikRun REST API.
Requirements
Node.js 20 or newer
A QuikRun account and API token
Related MCP server: n8n MCP Server
Getting a token
Sign in at quik.run.
Go to Dashboard → Tokens.
Mint a new token. It looks like
quik_<keyId>_<secret>.Copy it — you will paste it into your MCP client config as
QUIKRUN_TOKEN.
Claude Desktop setup
Add this to your claude_desktop_config.json:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"quikrun": {
"command": "npx",
"args": ["-y", "@quikrun/mcp"],
"env": {
"QUIKRUN_TOKEN": "quik_yourKeyId_yourSecret"
}
}
}
}Restart Claude Desktop. The QuikRun tools appear in the tools menu.
Optional: self-hosted API
Point the server at a different QuikRun API host with QUIKRUN_API_URL (defaults to https://api.quik.run):
"env": {
"QUIKRUN_TOKEN": "quik_yourKeyId_yourSecret",
"QUIKRUN_API_URL": "https://api.quik.run"
}Tools
Tool | What it does |
| List all your snippets with a compact summary. |
| Get one snippet's metadata and full source code. |
| Create a snippet (optional name, language, prompt). |
| Save source code to a snippet's draft. |
| Run a snippet and return output, response, and logs. |
| Publish the current draft as the live version. |
| Update name, visibility, language, or runtime. |
| Duplicate a snippet. |
| Permanently delete a snippet (destructive). |
Development
npm install
npm run typecheck # type-check without emitting
npm run build # compile to dist/
npm run dev # run from source with tsxLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables AI agents to create, update, and manage short links through your Dub.co account, allowing for creation, modification, and deletion of custom shortened URLs.435MIT
- AlicenseBqualityAmaintenanceEnables AI agents to create, retrieve, update, and manage n8n workflows through the n8n API. Supports full workflow lifecycle management including activation, deactivation, and deletion operations.396MIT
- FlicenseNot gradedqualityCmaintenanceEnables ChatGPT to manage n8n workflows through the official REST API. Supports creating, updating, deleting, and running workflows with execution status monitoring.
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to create and manage visual automation configurations, workflows, and UI states through the Qontinui API. It supports project management, workflow execution, and configuration handling for automated web interactions.AGPL 3.0
Related MCP Connectors
Runtime permission, approval, and audit layer for AI agent tool execution.
Create, test, publish, and manage Dreamlit notification workflows from AI clients.
YouTube transcripts, search, channels, playlists and bulk transcript jobs for AI agents. 14 tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/exit150/quikrun-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server