create-mcp-ide
v1.0.1
Published
Interactive setup wizard for MCP Intelligence IDE integration - Zero to AI-powered development in 5 minutes
Maintainers
Readme
🚀 MCP IDE Playbooks
Zero to AI-Powered Development in 5 Minutes - Quick-start playbooks for integrating MCP Intelligence with your favorite IDE
🎯 What is This?
Transform your IDE into an AI-powered development environment with:
- MCP Intelligence: Semantic routing for multi-agent systems
- Agent Orchestra: Coordinate multiple AI agents
- Claude/Copilot: State-of-the-art code generation
⚡ Quick Start
One Command Setup
npx create-mcp-ideOr choose your IDE:
| IDE | Time | Guide | |-----|------|-------| | VS Code + Claude | 3 min | Guide | | JetBrains + Claude | 5 min | Coming soon | | VS Code + Copilot | 3 min | Coming soon | | Cursor IDE | 2 min | Coming soon | | Neovim + Claude | 5 min | Coming soon | | Xcode + Copilot | 5 min | Coming soon |
🏆 Why Use This?
Without MCP Intelligence
Query → All Tools (2000 tokens) → Slow Response (500ms)With MCP Intelligence
Query → Smart Routing (400 tokens) → Fast Response (100ms)Results:
- ⚡ 75% faster response times
- 💰 80% fewer tokens (lower costs)
- 🎯 95% routing accuracy
- 🚀 Scales to unlimited agents
📚 Full Playbooks
By Use Case
- 🌐 Web Development - React, Vue, Next.js workflows (coming soon)
- 📊 Data Science - Jupyter, pandas, ML pipelines (coming soon)
- 📱 Mobile Development - React Native, Flutter, Swift (coming soon)
- 🏢 Enterprise - Corporate proxies, team setups (coming soon)
By AI Assistant
- 🤖 Claude - Anthropic's Claude with MCP
- 🐙 GitHub Copilot - Microsoft's Copilot (coming soon)
- 🔄 Both Together - Use multiple AI assistants (coming soon)
🛠️ Installation Wizard
The easiest way to get started:
npx create-mcp-ideThis interactive wizard will:
- Detect your IDE
- Check prerequisites
- Install dependencies
- Configure settings
- Verify setup
- Run a test
Prerequisites
- Node.js 18+
- Your IDE of choice
- API key (Claude or GitHub Copilot)
Steps
Install MCP Intelligence
npm install -g @mcp-intelligence/coreInstall IDE Extension
- VS Code: Search "MCP Intelligence" in extensions
- JetBrains: File → Settings → Plugins → "MCP Intelligence"
Configure API Keys
mcp-ide configureVerify Installation
mcp-ide health-check
📊 Health Check
Run this anytime to verify your setup:
mcp-ide health-checkOutput:
╔════════════════════════════════════════╗
║ MCP IDE Integration Health Check ║
╠════════════════════════════════════════╣
║ ✅ VS Code: Connected ║
║ ✅ Claude: API Active ║
║ ✅ MCP Intelligence: Running ║
║ ✅ Agent Orchestra: 2 agents ready ║
║ ✅ Network: Low latency ║
╚════════════════════════════════════════╝🚦 Troubleshooting
Extension not found
# Reinstall
mcp-ide fix extensionsAPI Key Issues
# Reconfigure
mcp-ide configure --resetPerformance Issues
# Optimize
mcp-ide optimizeFull Reset
mcp-ide reset --all📈 Metrics & Analytics
Track your AI-powered development:
mcp-ide metricsShows:
- Queries routed
- Tokens saved
- Time saved
- Most used agents
🤝 Contributing
We love contributions! See CONTRIBUTING.md for guidelines.
Quick Contribution
# Add support for your IDE
npm run add-ide -- --name="sublime" --type="editor"📅 Roadmap
- [x] VS Code support
- [x] JetBrains support
- [x] Claude integration
- [x] Copilot integration
- [ ] Sublime Text support
- [ ] Emacs support
- [ ] Team collaboration features
- [ ] Custom agent builders
📄 License
MIT - Use freely in personal and commercial projects.
🙏 Acknowledgments
Built with ❤️ by the MCP Intelligence community.
Special thanks to:
- Anthropic (Claude)
- GitHub (Copilot)
- MCP Protocol team
- Our amazing contributors
Ready to supercharge your IDE?

