Install MCP servers without the JSON hell.
One command. 180+ tools. Works with Claude, Cursor, Cline, and more.
Website • Quick Start • Browse 180+ Servers • Stacks • Discord
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-mcpDone in 10 seconds.
# Install the CLI
npm install -g @openconductor/cli
# Install your first MCP server
openconductor install github-mcp
# Or install a complete stack
openconductor stack install coderPre-configured workflows in one command. Each stack includes servers + a system prompt that turns Claude into a specialized assistant.
Build, debug, and deploy like a senior engineer.
openconductor stack install coderResearch, write, and publish with confidence.
openconductor stack install writerEverything you need to get started.
openconductor stack install essential# Discovery
openconductor discover [query] # Search 180+ servers
# Installation
openconductor install <server> # Install a single server
openconductor stack install <name> # Install a complete stack
# Management
openconductor list # Show installed servers
openconductor remove <server> # Remove a server
openconductor update # Update all servers
openconductor init # Initialize config
openconductor badge <server> # Generate install badge
openconductor achievements # View achievements
openconductor analytics # Analytics preferences| Client | Status |
|---|---|
| Claude Desktop | ✅ Full support |
| Cursor | ✅ Full support |
| Cline | ✅ Full support |
| Windsurf | ✅ Full support |
| Continue | 🔜 Coming soon |
| Manual Config | OpenConductor | |
|---|---|---|
| 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 |
The largest registry of MCP servers, all verified and tested.
| Category | Examples |
|---|---|
| Developer Tools | github, gitlab, postgres, redis, docker |
| Productivity | notion, slack, linear, todoist, google-drive |
| Memory & RAG | mcp-memory, mem0, knowledge-graph, qdrant |
| Web & Browser | puppeteer, playwright, firecrawl, brave-search |
| AI & LLMs | openai, replicate, huggingface |
| Data & Analytics | bigquery, snowflake, dbt |
Submit a PR to add your server to the registry.
- 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
git clone https://github.com/epicmotionSD/openconductor.git
cd openconductor
npm install
npm run devSee CONTRIBUTING.md for guidelines.
- ⭐ Awesome MCP - Curated list of 220+ MCP servers, tools, and resources
- 📖 MCP Specification - Official Model Context Protocol docs
- 📚 OpenConductor Guides - Tutorials and integration guides
- 🎓 MCP Quickstart - Get started in 5 minutes
MIT © OpenConductor
Built for developers who'd rather ship than edit JSON files.