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

create-mcp-ide

v1.0.1

Published

Interactive setup wizard for MCP Intelligence IDE integration - Zero to AI-powered development in 5 minutes

Readme

🚀 MCP IDE Playbooks

Zero to AI-Powered Development in 5 Minutes - Quick-start playbooks for integrating MCP Intelligence with your favorite IDE

npm version npm downloads Setup Time IDEs Supported Success Rate License

🎯 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-ide

NPM

Or 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-ide

This interactive wizard will:

  1. Detect your IDE
  2. Check prerequisites
  3. Install dependencies
  4. Configure settings
  5. Verify setup
  6. Run a test

Prerequisites

  • Node.js 18+
  • Your IDE of choice
  • API key (Claude or GitHub Copilot)

Steps

  1. Install MCP Intelligence

    npm install -g @mcp-intelligence/core
  2. Install IDE Extension

    • VS Code: Search "MCP Intelligence" in extensions
    • JetBrains: File → Settings → Plugins → "MCP Intelligence"
  3. Configure API Keys

    mcp-ide configure
  4. Verify Installation

    mcp-ide health-check

📊 Health Check

Run this anytime to verify your setup:

mcp-ide health-check

Output:

╔════════════════════════════════════════╗
║   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 extensions

API Key Issues

# Reconfigure
mcp-ide configure --reset

Performance Issues

# Optimize
mcp-ide optimize

Full Reset

mcp-ide reset --all

📈 Metrics & Analytics

Track your AI-powered development:

mcp-ide metrics

Shows:

  • 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?

Get Started →

Report Issue · Request Feature