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

grand-plaza

v1.0.0

Published

Grand Plaza MCP Server installer for Cursor, VSCode, and Windsurf

Readme

Grand Plaza MCP Server Installer

A simple installation script that configures the Grand Plaza MCP server for Cursor, VSCode, and Windsurf editors.

Quick Start

npx grand-plaza

This will automatically configure Grand Plaza for all supported editors.

Usage Options

Install for All Editors

npx grand-plaza

Install for Specific Editor

npx grand-plaza cursor     # Cursor only
npx grand-plaza vscode     # VSCode only  
npx grand-plaza windsurf   # Windsurf only

Get Help

npx grand-plaza --help

What This Does

The installer:

  1. Creates/Updates MCP Configuration: Adds Grand Plaza to your editor's mcp.json configuration file
  2. Multi-Editor Support: Works with Cursor, VSCode, and Windsurf
  3. Smart Updates: Preserves existing MCP server configurations
  4. Safe Installation: Creates backup-friendly JSON configurations

Configuration Details

The installer adds this configuration to your editor's mcp.json file:

{
  "mcpServers": {
    "grand-plaza": {
      "url": "https://grand-plaza.vercel.app/mcp",
      "env": {}
    }
  }
}

Configuration File Locations

  • Cursor: ~/.cursor/mcp.json
  • VSCode: ~/.vscode/mcp.json
  • Windsurf: ~/.windsurf/mcp.json

After Installation

  1. Restart your editor(s)
  2. Access Grand Plaza: The MCP server will be available in your editor's MCP integrations
  3. Search MCP Servers: Use Grand Plaza tools to discover and connect to other MCP servers

What is Grand Plaza?

Grand Plaza is a comprehensive directory and search platform for Model Context Protocol (MCP) servers. It provides:

  • 🔍 Search & Discovery: Find MCP servers by functionality, category, or keywords
  • 📚 Documentation: Access up-to-date documentation for MCP servers
  • 🛠️ Integration Tools: Easy setup and configuration helpers
  • 🌐 Community Directory: Extensive catalog of community and official MCP servers

Supported Editors

| Editor | Status | Notes | |--------|--------|-------| | Cursor | ✅ Supported | Uses ~/.cursor/mcp.json | | VSCode | ✅ Supported | Uses ~/.vscode/mcp.json | | Windsurf | ✅ Supported | Uses ~/.windsurf/mcp.json |

Troubleshooting

Permission Issues

If you encounter permission errors, ensure you have write access to your user's config directories.

Editor Not Detecting MCP Server

  1. Ensure you've restarted your editor after installation
  2. Check that the mcp.json file was created in the correct location
  3. Verify the JSON syntax is valid

Manual Configuration

If the automatic installer doesn't work, you can manually add this to your editor's mcp.json:

{
  "mcpServers": {
    "grand-plaza": {
      "url": "https://grand-plaza.vercel.app/mcp",
      "env": {}
    }
  }
}

Links

  • 🌐 Grand Plaza: https://grand-plaza.vercel.app
  • 📖 MCP Documentation: https://modelcontextprotocol.io
  • 🔧 Cursor MCP Guide: Based on official Cursor documentation
  • 🪟 Windsurf MCP Guide: Based on official Windsurf documentation

License

MIT License - see LICENSE file for details.