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

deployalo-mcp

v2.0.0

Published

MCP server for Deployalo - Deploy 37+ open source apps with AI assistance. OAuth 2.1 authentication.

Downloads

4

Readme

deployalo-mcp

MCP (Model Context Protocol) server for Deployalo - Deploy 37+ open source apps with AI assistance.

Features

  • 37+ tools for managing Sites, Apps, VPS, and AI operations
  • OAuth 2.1 authentication with Supabase
  • Real-time streaming for long operations
  • MCP Roots - AI can see your site's file structure

Quick Start

npx deployalo-mcp

This will:

  1. Open your browser for authentication
  2. Connect to api.deployalo.com/mcp
  3. Expose all 37+ tools to your AI client

Claude Desktop Configuration

Add to your Claude Desktop config:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "deployalo": {
      "command": "npx",
      "args": ["deployalo-mcp"]
    }
  }
}

Available Tools

Sites (Static Hosting)

  • publish_website - Publish HTML as a live website
  • update_website - Update existing site
  • import_website - Import from URL
  • browse_site_files - List files in site directory
  • read_site_file - Read file content
  • write_site_file - Write/create file
  • get_website_status - Get site info
  • upload_asset - Upload images/assets

AI Tools

  • analyze_seo - AI-powered SEO analysis
  • generate_content - Generate landing page copy

Apps (1-Click Deployments)

  • list_available_apps - List 37+ apps with pricing
  • get_app_details - Full app info with plans
  • create_deployment_link - Generate checkout URL
  • get_app_setup_guide - Setup instructions

VPS Management

  • get_deployment_status - Check deployment status
  • list_deployments - List your deployments
  • monitor_deployment - Poll until ready
  • restart_deployment - Restart containers

Container Access

  • get_container_logs - Docker logs
  • exec_command - Execute shell command
  • get_system_status - CPU/RAM/disk
  • docker_exec - Run in container

App-Specific

  • wordpress_cli - WP-CLI commands
  • n8n_cli - n8n CLI commands
  • database_query - Read-only SQL

Example Prompts

"List all apps for automation"
"Deploy n8n on the basic plan"
"Create a landing page for my business"
"Check the status of my WordPress deployment"
"Show me the logs from my n8n instance"

Authentication

  1. Create account at deployalo.com/auth/signup
  2. Run npx deployalo-mcp
  3. Complete OAuth login in browser
  4. Start chatting with your AI!

Links

  • Website: https://deployalo.com
  • Documentation: https://deployalo.com/docs
  • Support: [email protected]

License

MIT