@blinkdotnew/mcp
v1.3.6
Published
Blink MCP Server — serverless cloud infrastructure for agentic coding. Gives your AI coding agent full access to managed SQL databases, authentication, file storage, serverless backends, task queues, custom domains, and production hosting.
Readme
Blink MCP Server
Serverless cloud infrastructure for agentic coding — by Blink.new.
Blink gives your AI coding agent direct access to production-grade cloud infrastructure — SQL databases, user authentication, file storage, serverless backends, task queues, custom domains, and hosting — without requiring you to configure infrastructure or deal with DevOps.
Website · Documentation · CLI · SDK
Why Blink
| | AWS / GCP | Vercel | Supabase | Blink | |---|---|---|---|---| | Database | RDS/Spanner setup | ❌ | ✅ Postgres | ✅ SQLite (libSQL) | | Auth | Cognito/IAM config | ❌ | ✅ | ✅ Zero-config | | Storage | S3 + IAM policies | ❌ | ✅ | ✅ | | Backend | Lambda/Cloud Functions | Serverless only | Edge Functions | ✅ Hono on CF Workers | | Task Queue | SQS/Cloud Tasks | ❌ | ❌ | ✅ Built-in | | Hosting | CloudFront + S3 | ✅ Frontend only | ❌ | ✅ Full-stack | | Domains | Route53 config | ✅ | ❌ | ✅ Purchase + connect | | Setup time | Hours/days | Minutes | Minutes | One command | | DevOps needed | Yes | Some | Some | None |
Blink is the serverless cloud that ships with everything. No infrastructure to configure, no services to stitch together, no DevOps to hire.
Install
npm install -g @blinkdotnew/mcpUse with Cursor
Add to your Cursor settings or project mcp.json:
{
"mcpServers": {
"blink": {
"command": "npx",
"args": ["-y", "@blinkdotnew/mcp"],
"env": { "BLINK_API_KEY": "your-api-key" }
}
}
}Use with Claude Code
Add to your .mcp.json:
{
"mcpServers": {
"blink": {
"command": "npx",
"args": ["-y", "@blinkdotnew/mcp"],
"env": { "BLINK_API_KEY": "your-api-key" }
}
}
}Use with Codex
Same config in .mcp.json at your project root.
Get Your API Key
- Sign up at blink.new
- Go to Settings → API Keys
- Create an API key (starts with
blnk_ak_) - Set as
BLINK_API_KEYenvironment variable
Or use the CLI: npx @blinkdotnew/cli login
Tools (35+)
Project Management
blink_project_list— List all projectsblink_project_create— Create a new projectblink_project_update— Change name or visibilityblink_project_delete— Delete a project
Database (SQLite / libSQL)
blink_db_query— Run SQL queriesblink_db_tables— List all tables
Environment Variables
blink_env_list— List secretsblink_env_set— Set a secretblink_env_delete— Delete a secret
Backend (Cloudflare Workers)
blink_backend_deploy— Deploy Hono serverblink_backend_status— Check deployment statusblink_backend_logs— View request logs
Auth Configuration
blink_auth_get_config— Get auth providersblink_auth_set_config— Enable/disable providers
Hosting & Domains
blink_hosting_status— Check hosting stateblink_hosting_activate— Go liveblink_domains_add— Connect custom domainblink_domains_search— Search available domains
Task Queue & Cron
blink_queue_enqueue— Enqueue background taskblink_queue_schedule— Create cron scheduleblink_queue_list— List tasksblink_queue_stats— Queue overviewblink_queue_dlq— Dead letter queue
Workspace & Billing
blink_workspace_list— List workspacesblink_credits— Check credit usageblink_security_set— Configure module authblink_cors_set— Set CORS origins
Supported Stacks
Blink works with any frontend framework that outputs static files:
- React (Vite, Create React App)
- Next.js (static export)
- Vue / Nuxt
- Svelte / SvelteKit
- Astro
- Expo React Native (with Blink backend)
- Plain HTML/CSS/JS
Backend is TypeScript/JavaScript only (Hono on Cloudflare Workers).
Links
- blink.new — Sign up and build
- Documentation
- CLI — Terminal companion
- SDK — Client-side SDK
License
MIT
