grand-plaza
v1.0.0
Published
Grand Plaza MCP Server installer for Cursor, VSCode, and Windsurf
Maintainers
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-plazaThis will automatically configure Grand Plaza for all supported editors.
Usage Options
Install for All Editors
npx grand-plazaInstall for Specific Editor
npx grand-plaza cursor # Cursor only
npx grand-plaza vscode # VSCode only
npx grand-plaza windsurf # Windsurf onlyGet Help
npx grand-plaza --helpWhat This Does
The installer:
- Creates/Updates MCP Configuration: Adds Grand Plaza to your editor's
mcp.jsonconfiguration file - Multi-Editor Support: Works with Cursor, VSCode, and Windsurf
- Smart Updates: Preserves existing MCP server configurations
- 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
- Restart your editor(s)
- Access Grand Plaza: The MCP server will be available in your editor's MCP integrations
- 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
- Ensure you've restarted your editor after installation
- Check that the
mcp.jsonfile was created in the correct location - 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.
