MCP Hub
Back to servers

@openconductor/cli

Validation Failed

A command-line tool designed to simplify the installation and management of MCP servers across multiple AI clients, replacing manual JSON configuration with a streamlined registry and pre-built stacks.

Stars
2
Updated
Nov 26, 2025
Validated
Jan 9, 2026

Validation Error:

Timeout after 45s

Quick Install

npx -y @openconductor/cli

OpenConductor - The npm for AI Agent Tools

Install MCP servers without the JSON hell.
One command. 220+ tools. Works with Claude, Cursor, Cline, and more.

npm version npm downloads GitHub stars License

WebsiteQuick StartBrowse 220+ ServersStacksDiscord


See the Difference

Before — Edit claude_desktop_config.json manually:

{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": { "GITHUB_TOKEN": "..." }
    }
  }
}

Complex. Error-prone. Manual editing.

After — One command:

openconductor install github

Done in 10 seconds.


Quick Start

# Install the CLI
npm install -g @openconductor/cli

# Install your first MCP server
openconductor install github

# Or install a complete stack
openconductor stack install coder

Stacks

Pre-configured workflows in one command. Each stack includes servers + a system prompt that turns Claude into a specialized assistant.

Coder Stack

Build, debug, and deploy like a senior engineer.

openconductor stack install coder

Writer Stack

Research, write, and publish with confidence.

openconductor stack install writer

Essential Stack

Everything you need to get started.

openconductor stack install essential

Browse all stacks →


Commands

# Discovery
openconductor search <query>        # Search 220+ servers
openconductor list                  # Browse all servers

# Installation
openconductor install <server>      # Install a single server
openconductor install github slack  # Install multiple servers
openconductor stack install <name>  # Install a complete stack

# Management
openconductor status                # Show installed servers
openconductor remove <server>       # Remove a server
openconductor update                # Update all servers
openconductor doctor                # Fix configuration issues

Works With

ClientStatus
Claude Desktop✅ Full support
Cursor✅ Full support
Cline✅ Full support
Windsurf✅ Full support
Continue🔜 Coming soon

Why OpenConductor?

Manual ConfigOpenConductor
Edit JSON files❌ Required✅ Never
Remember syntax❌ Every time✅ Handled
Multi-client support❌ Configure each✅ Automatic
Discover servers❌ Google around✅ Built-in search
Pre-built workflows❌ DIY✅ Stacks
Time to install~5 min~10 sec

220+ Servers

The largest registry of MCP servers, all verified and tested.

CategoryExamples
Developer Toolsgithub, gitlab, postgres, redis, docker
Productivitynotion, slack, linear, todoist, google-drive
Memory & RAGmem0, openmemory, knowledge-graph, qdrant
Web & Browserpuppeteer, playwright, firecrawl, brave-search
AI & LLMsopenai, replicate, huggingface
Data & Analyticsbigquery, snowflake, dbt

Browse all servers →


Add Your Server

openconductor publish

Or submit a PR to add your server to the registry.


Roadmap

  • CLI for MCP server installation
  • 220+ server registry
  • Multi-client support (Claude, Cursor, Cline)
  • Pre-configured Stacks with system prompts
  • Server health monitoring
  • Team sharing & sync
  • Web dashboard
  • VS Code extension

Contributing

git clone https://github.com/epicmotionSD/openconductor.git
cd openconductor
npm install
npm run dev

See CONTRIBUTING.md for guidelines.


Community


Resources


License

MIT © OpenConductor


Built for developers who'd rather ship than edit JSON files.

Reviews

No reviews yet

Sign in to write a review