vizpilot-mcp
OfficialProvides tools to list, search, and retrieve Angular-specific development protocols and steering rules.
Provides tools to list, search, and retrieve Django-specific development protocols and steering rules.
Provides tools to list, search, and retrieve Node.js-specific development protocols and steering rules.
Provides tools to list, search, and retrieve Python-specific development protocols and steering rules.
Provides tools to list, search, and retrieve React-specific development protocols and steering rules.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@vizpilot-mcplist protocols for React"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
VIZPILOT MCP Server
Access 1000+ development protocols and steering rules directly in your IDE
Website • Documentation • Support
🚀 Quick Start
Installation
# Install the package
pip install git+https://github.com/vizulabs-com/vizpilot-mcp.git
# View setup instructions
vizpilot-welcomeThe vizpilot-welcome command displays:
✅ Installation confirmation
🔑 API key instructions
⚙️ IDE configuration examples
📚 Available MCP tools
🔗 Documentation links
Get Your API Key
Sign up at vizpilot.vizulabs.com
Navigate to Dashboard → API Keys
Generate a new API key
Configure Your IDE
Kiro IDE (~/.kiro/settings/mcp.json):
{
"mcpServers": {
"vizpilot": {
"command": "python",
"args": ["-m", "mcp_server.server"],
"env": {
"VIZPILOT_API_KEY": "your_api_key_here",
"VIZPILOT_BASE_URL": "https://vizpilot.vizulabs.com"
}
}
}
}Cursor IDE (~/.cursor/mcp.json):
{
"mcpServers": {
"vizpilot": {
"command": "python",
"args": ["-m", "mcp_server.server"],
"env": {
"VIZPILOT_API_KEY": "your_api_key_here"
}
}
}
}See examples/ for more IDE configurations.
Restart Your IDE
After configuration, restart your IDE to activate the VIZPILOT MCP server.
Related MCP server: AI Development Guidelines MCP Server
📚 Features
1000+ Development Protocols - Django, React, Vue, Angular, Node.js, and more
Technology-Specific Steering Rules - Auto-injected guidance for your IDE
Real-time Protocol Search - Find protocols instantly across all technologies
Usage Tracking - Monitor API usage and subscription limits
Secure Authentication - API key-based access with rate limiting
Caching - Fast responses with intelligent caching
🛠️ Available MCP Tools
Tool | Description |
| Browse all available technologies/frameworks |
| View protocols for a specific technology |
| Get full protocol content with markdown formatting |
| Get IDE steering rules for auto-injection |
| Search across all protocols by keyword |
| Check subscription status, usage stats, and rate limits |
💡 Usage Examples
List Available Technologies
# Returns: Django, React, Vue, Angular, Node.js, Python, etc.
list_technologies(api_key="your_api_key")Get Django Protocols
# Returns: All Django-related protocols
list_protocols(api_key="your_api_key", technology_slug="django")Search for Authentication Protocols
# Returns: All protocols related to authentication
search_protocols(api_key="your_api_key", query="authentication")🔄 Updates
pip install --upgrade git+https://github.com/vizulabs-com/vizpilot-mcp.git🐛 Troubleshooting
Welcome Message Not Showing During Installation?
This is normal! Pip suppresses output from setup.py. Run this command to view setup instructions:
vizpilot-welcomeCan't Find vizpilot-welcome Command?
Make sure Python's bin directory is in your PATH:
# Check if it's installed
pip show vizpilot-mcp
# Try running directly
python -m mcp_server.__main__MCP Server Not Connecting?
Verify your API key is correct
Check IDE configuration file location
Restart your IDE after configuration changes
Check IDE logs for error messages
📖 Documentation
🤝 Support
Issues: GitHub Issues
Email: support@vizulabs.com
Documentation: docs.vizpilot.vizulabs.com
📄 License
MIT License - see LICENSE file for details.
🌟 Show Your Support
If you find VIZPILOT MCP helpful:
⭐ Star this repository
🐦 Share on social media
📝 Write a review
🤝 Contribute to the project
Made with ❤️ by VizuLabs
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vizulabs-com/vizpilot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server