Claude MCP Config Switcher

Created By
BLTGVa year ago
Script to easily switch between Claude MCP server configurations on macOS.
Overview

What is Claude MCP Config Switcher?

Claude MCP Config Switcher is a command-line tool designed for macOS that allows users to easily switch between different server configurations for the Claude desktop application.

How to use Claude MCP Config Switcher?

To use the tool, install it via a simple command in the terminal, create configuration JSON files in the specified directory, and use the claude-mcp-switch command to switch between configurations.

Key features of Claude MCP Config Switcher?

  • Quick switching between multiple mcpServers configurations.
  • Automatic restart of the Claude application after switching configurations.
  • Backup of the previous configuration for easy rollback.

Use cases of Claude MCP Config Switcher?

  1. Switching between development and production server configurations.
  2. Managing different profiles for work and personal use.
  3. Quickly testing changes in server configurations without manual edits.

FAQ from Claude MCP Config Switcher?

  • Is this tool compatible with Windows or Linux?

No, it is specifically designed for macOS.

  • How do I create a new configuration?

Create a JSON file in the ~/.config/claude/ directory with the required mcpServers key.

  • Can I revert to a previous configuration?

Yes, use the command claude-mcp-switch last to revert to the last active configuration.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
BLTGV
Star
0
Language
Shell
License
-

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

33 minutes ago