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

@anythink-cloud/mcp

v0.2.21

Published

Anythink MCP server — manage the Anythink all-in-one backend (data, auth, search, files, workflows, payments) from AI assistants and agents. Runs the native binary via npx; no .NET required.

Readme

@anythink-cloud/mcp

Sick of Frankenstein's monster? Anythink replaces stitched-together services with a streamlined, all-in-one backend — giving you more time to create a killer product. All configured with a little help from AI, when you need it.

@anythink-cloud/mcp is the Anythink MCP server. It exposes the Backend-as-a-Service platform — databases, auth, data and search, files, workflows, integrations, and payments — to AI assistants and agents over the Model Context Protocol.

This package runs the native, self-contained binary via npxno .NET runtime required.

Use with Claude Code

claude mcp add anythink -- npx -y @anythink-cloud/mcp

Use with any MCP client

Add this server entry to the client's MCP config:

{
  "mcpServers": {
    "anythink": {
      "command": "npx",
      "args": ["-y", "@anythink-cloud/mcp"]
    }
  }
}

| Client | Config location | | --- | --- | | Claude Code | claude mcp add (above) | | Cursor | ~/.cursor/mcp.json | | VS Code | .vscode/mcp.json | | Windsurf | ~/.codeium/windsurf/mcp_config.json | | Cline / Continue / Zed | their MCP settings |

To pin a profile: add "--profile", "my-project" to args.

Once connected, run the login tool, then accounts_use / projects_use to pick your working context.

Supported platforms

macOS (arm64/x64), Linux (x64/arm64), Windows (x64/arm64). The matching binary is downloaded from the GitHub release on install and checksum-verified.

Prefer a native install? brew install anythink-cloud/tap/anythink (macOS/Linux) installs both the CLI and the MCP server.

License

MIT