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/merser3-1

v3.1.0

Published

Merser3.1 by Skyes Over London: immersive source-world MCP for zoomed-out universe viewports, scroll-driven dimensional reveal, React, Three/R3F, GSAP, Lenis, Theatre, Remotion, stdio, HTTP, and gate-owned worker access.

Readme

Merser3.1

Merser3.1 by Skyes Over London is the next source-world MCP base copied from the shipped Merser lane. It ships a public npm CLI, local stdio server, local HTTP bridge, Cloudflare Pages worker, and immersive React/R3F world surface for zoomed-out universe viewports and scroll-driven dimensional rooms.

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

Live world: merser3-1.pages.dev NPM package: @skyes0verl0nd0n/merser3-1


Connect To Claude, Cursor, Or Any MCP Client

Option 1 - Local Stdio

{
  "mcpServers": {
    "merser31": {
      "command": "node",
      "args": ["/workspaces/MetrAIyux-0S/.vscode/MCP5-Merser3.1/stdio-server.mjs", "--stdio"]
    }
  }
}

Option 2 - NPM / NPX

npx @skyes0verl0nd0n/merser3-1 --health
npx @skyes0verl0nd0n/merser3-1 --tools
npm exec --yes --package @skyes0verl0nd0n/[email protected] -- Merser --config
npm exec --yes --package @skyes0verl0nd0n/[email protected] -- Merser --stdio

Option 3 - Workspace Bin After Install

cd /workspaces/MetrAIyux-0S/.vscode/MCP5-Merser3.1
npm install
npm run cli -- --health
npm start
{
  "mcpServers": {
    "merser31": {
      "command": "node",
      "args": ["/workspaces/MetrAIyux-0S/.vscode/MCP5-Merser3.1/stdio-server.mjs", "--stdio"]
    }
  }
}

Option 4 - Remote HTTP

{
  "mcpServers": {
    "merser31": {
      "url": "https://merser3-1.pages.dev/mcp"
    }
  }
}

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


CLI

node stdio-server.mjs --help
node stdio-server.mjs --version
node stdio-server.mjs --tools
node stdio-server.mjs --config
node stdio-server.mjs --health
node stdio-server.mjs --stdio
npx @skyes0verl0nd0n/merser3-1 --health
npm exec --yes --package @skyes0verl0nd0n/[email protected] -- Merser --tools

The package is published as @skyes0verl0nd0n/merser3-1; installed bin aliases include Merser, merser, Merser31, merser31, and merser3-1.


MCP Tools

| Tool | What it returns | | --- | --- | | mcp5_index | Full Merser index: public URLs, package commands, room ids, pack ids, and tool list | | mcp5_packs | Extracted source-pack manifest from the MCP2/Merser build lane | | mcp5_room | Real-world immersive room specs: barbershop, tattoo, med spa, gym, and source vault | | mcp5_component | Component vault entries pulled from the MCP bridge/source packs | | mcp5_prompt_pack | Prompt packets for using the Merser source-world lane | | mcp5_cli | CLI, local HTTP, deploy, stress, and remote access commands | | mcp5_build_plan | Build plan for turning source packs into immersive world-site artifacts | | mcp5_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 |


Planned Live Surfaces


Local Development

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

Local stdio from this repo:

{
  "mcpServers": {
    "merser31": {
      "command": "node",
      "args": ["/workspaces/MetrAIyux-0S/.vscode/MCP5-Merser3.1/stdio-server.mjs", "--stdio"]
    }
  }
}

Stress And Proof

The new base must not ship until it has 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.