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

@skyes0verl0nd0n/merser

v1.0.1

Published

Merser by Skyes Over London: source-pack-based immersive world-site MCP with React, Three/R3F, GSAP, Lenis, Theatre, Remotion, stdio, HTTP, and gate-owned Cloudflare Pages worker access.

Readme

Merser

Merser by Skyes Over London is a public npm MCP server and immersive source-world lab built from the MCP2/MCP4 extracted room packs.

React Three Fiber · Three.js · Drei · Postprocessing · GSAP · Lenis · Framer Motion · Motion · Theatre · Remotion · Cloudflare Pages · Model Context Protocol

Live world: merser.pages.dev


Connect To Claude, Cursor, Or Any MCP Client

Option 1 - npx

{
  "mcpServers": {
    "merser": {
      "command": "npx",
      "args": ["-y", "@skyes0verl0nd0n/merser", "--stdio"]
    }
  }
}

Option 2 - Global Install

npm install -g @skyes0verl0nd0n/merser
merser --stdio
{
  "mcpServers": {
    "merser": {
      "command": "merser",
      "args": ["--stdio"]
    }
  }
}

Option 3 - Remote HTTP

{
  "mcpServers": {
    "merser": {
      "url": "https://merser.pages.dev/mcp"
    }
  }
}

Remote HTTP access is gate-owned by the shared 0S/FS27/SkyGate/Free99 lane. The public endpoint returns 401 without a valid owner-issued bearer or shared gate session.


CLI

npx @skyes0verl0nd0n/merser --help
npx @skyes0verl0nd0n/merser --version
npx @skyes0verl0nd0n/merser --tools
npx @skyes0verl0nd0n/merser --config
npx @skyes0verl0nd0n/merser --health
npx @skyes0verl0nd0n/merser --stdio

The npm package is @skyes0verl0nd0n/merser; installed bin aliases include merser, merser-mcp, and Merser.


MCP Tools

| Tool | What it returns | | --- | --- | | mcp4_index | Full Merser index: public URLs, package commands, room ids, pack ids, and tool list | | mcp4_packs | Extracted source-pack manifest from the MCP2/MCP4 build lane | | mcp4_room | Real-world immersive room specs: barbershop, tattoo, med spa, gym, and source vault | | mcp4_component | Component vault entries pulled from the MCP bridge/source packs | | mcp4_prompt_pack | Prompt packets for using the Merser source-world lane | | mcp4_cli | CLI, local HTTP, deploy, stress, and remote access commands | | mcp4_build_plan | Build plan for turning source packs into immersive world-site artifacts | | mcp4_icons | Skyes/MetrAIyux icon registry and source-pack icon manifest |


Runtime Stack

| Dependency | Version | | --- | --- | | @modelcontextprotocol/sdk | ^1.29.0 | | @react-three/fiber | ^9.6.1 | | @react-three/drei | ^10.7.7 | | @react-three/postprocessing | ^3.0.4 | | three | ^0.184.0 | | postprocessing | ^6.39.1 | | gsap | ^3.15.0 | | lenis | ^1.3.23 | | framer-motion | ^12.38.0 | | motion | ^12.38.0 | | @theatre/core | ^0.7.2 | | remotion | ^4.0.464 | | @remotion/player | ^4.0.464 | | react | ^19.2.6 | | react-dom | ^19.2.6 | | zod | ^4.1.12 | | lucide-react | ^1.16.0 |


Live Surfaces


Local Development

git clone <your-workspace>
cd .vscode/MCP4
npm install
npm run dev
npm run start:http
npm run stress

Local stdio from this repo:

{
  "mcpServers": {
    "merser": {
      "command": "node",
      "args": ["/workspaces/MetrAIyux-0S/.vscode/MCP4/stdio-server.mjs", "--stdio"]
    }
  }
}

Stress And Proof

The release lane includes package, stdio, local HTTP, live site, live health, unauthenticated gate, and headed browser proof.

npm run stress
npm run build:worker
npm run deploy

Latest release proof at publish time:

  • Stdio MCP calls passed.
  • Local HTTP /health, tools/list, and tools/call stress passed.
  • Live root and /health stress passed.
  • Live unauthenticated /mcp correctly returned 401.
  • Headed browser proof passed desktop and mobile with real interactions.

License

UNLICENSED. Public npm distribution is for controlled developer access to Merser, the source-world MCP server and release lane by Skyes Over London. Do not treat this as an open-source license grant.