nicepkg

MCP Manager — Development skill for Claude Code

Development community

Manage MCP servers across Claude Code, Cursor, Codex, and OpenCode.

How to install MCP Manager

Installs to ~/.claude/commands/nicepkg-chat2poster-mcp-manager.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/nicepkg/chat2poster/HEAD/.claude/commands/mcp-manager.md -o ~/.claude/commands/nicepkg-chat2poster-mcp-manager.md

Restart Claude Code, or start a new session, for it to be picked up.

What MCP Manager does


description: Manage MCP servers across Claude Code, Cursor, Codex, and OpenCode argument-hint: [server-name]

MCP Server Manager

Manage MCP server configurations across multiple AI coding tools.

**Command**: $ARGUMENTS

Context

  • Project root: !pwd
  • Claude Code config: !test -f .mcp.json && echo "✅ exists" || echo "❌ missing"
  • Cursor config: !test -f .cursor/mcp.json && echo "✅ exists" || echo "❌ missing"
  • Codex config: !`test -f .codex/config.toml

Alternatives in Development

  • Agent Of Empires — Manage multiple Claude Code, OpenCode agents from either TUI or Web for easy access on mobile 3.1k ★
  • Ralphy — My Ralph Wiggum setup, an autonomous bash script that runs Claude Code, Codex, OpenCode, Cursor agent, Qwen & 2.8k ★
  • OpenSquirrel — For people who get distracted by agents 1.3k ★

Full documentation available on GitHub

View Source Repository