npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@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/mcp

Use 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

  1. Sign up at blink.new
  2. Go to Settings → API Keys
  3. Create an API key (starts with blnk_ak_)
  4. Set as BLINK_API_KEY environment variable

Or use the CLI: npx @blinkdotnew/cli login

Tools (35+)

Project Management

  • blink_project_list — List all projects
  • blink_project_create — Create a new project
  • blink_project_update — Change name or visibility
  • blink_project_delete — Delete a project

Database (SQLite / libSQL)

  • blink_db_query — Run SQL queries
  • blink_db_tables — List all tables

Environment Variables

  • blink_env_list — List secrets
  • blink_env_set — Set a secret
  • blink_env_delete — Delete a secret

Backend (Cloudflare Workers)

  • blink_backend_deploy — Deploy Hono server
  • blink_backend_status — Check deployment status
  • blink_backend_logs — View request logs

Auth Configuration

  • blink_auth_get_config — Get auth providers
  • blink_auth_set_config — Enable/disable providers

Hosting & Domains

  • blink_hosting_status — Check hosting state
  • blink_hosting_activate — Go live
  • blink_domains_add — Connect custom domain
  • blink_domains_search — Search available domains

Task Queue & Cron

  • blink_queue_enqueue — Enqueue background task
  • blink_queue_schedule — Create cron schedule
  • blink_queue_list — List tasks
  • blink_queue_stats — Queue overview
  • blink_queue_dlq — Dead letter queue

Workspace & Billing

  • blink_workspace_list — List workspaces
  • blink_credits — Check credit usage
  • blink_security_set — Configure module auth
  • blink_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

License

MIT