---
slug: "mcp-server-manager"
title: "MCP Server Manager"
description: "A desktop app to manage MCP server ON/OFF states for Claude Code by editing ~/.claude.json. Supports both global and per-project server configuration."
url: "https://www.ytyng.com/en/bio/mcp-server-manager"
achieved_at: "2025-12-18"
updated: "2026-02-15T05:21:20.833Z"
category: "アプリケーション"
image_url: "https://media.ytyng.com/20260130/1750e2e0e9364f3198b501c14e07c698.png"
lang: "en"
---

# MCP Server Manager

# MCP Server Manager

A desktop application for managing [Claude Code](https://docs.anthropic.com/en/docs/claude-code) MCP server configurations via a GUI.

Toggle MCP servers on and off without manually editing `~/.claude.json`.

## Features

- **Global Settings**: Move server configurations between `mcpServers` and `disabledMcpServers`
- **Per-Project Settings**: Edit `disabledMcpServers` arrays for each project
- **CLI Arguments**: Launch directly to the Projects tab with `--project=<filter>`
- **Real-time Updates**: Changes are immediately written to `~/.claude.json`

## Tech Stack

- **Frontend**: SvelteKit v2 + Svelte 5 + TypeScript + Tailwind CSS v4
- **Backend**: Tauri v2 + Rust

## Repository

[GitHub Repository](https://github.com/ytyng/mcp-server-manager)
