@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
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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