Claude Config Editor

v1.0.0Developer Toolsstable

Claude Config Editor is a lightweight web tool that helps you clean and optimize your Claude Code/Desktop config files (.claude.json). Analyze project sizes, bulk delete chat histories, export data for backup, manage servers visually, and speed up Cl

claudeclaude-aiclaude-codeclaude-desktopcross-platform
Share:
253
Stars
0
Downloads
0
Weekly
0/5

What is Claude Config Editor?

Claude Config Editor is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to claude config editor is a lightweight web tool that helps you clean and optimize your claude code/desktop config files (.claude.json). analyze project sizes, bulk delete chat histories, export data fo...

Claude Config Editor is a lightweight web tool that helps you clean and optimize your Claude Code/Desktop config files (.claude.json). Analyze project sizes, bulk delete chat histories, export data for backup, manage servers visually, and speed up Cl

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Claude Config Editor is a lightweight web tool that helps yo

Use Cases

Optimize Claude Code/Desktop config files with a web tool.
Analyze project sizes and bulk delete chat histories.
Export data for backup and manage MCP servers visually.
gagarinyury

Maintainer

LicenseMIT
Languagehtml
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx claude-config-editor

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Claude Config Editor

Claude Config Editor is a lightweight, zero-dependency web tool that runs locally on port 8765 to help developers inspect, clean, and optimize their Claude Code and Claude Desktop configuration files. It automatically detects .claude.json and claude_desktop_config.json across all platforms, shows project sizes ranked by disk usage, lets you bulk delete chat histories to reclaim space, provides a visual interface for managing MCP server entries, and creates automatic backups before each save. Anyone who finds their Claude config growing to tens of megabytes from accumulated chat history and wants a safe, visual way to manage it will find this tool essential.

Prerequisites

  • Python 3.7 or higher installed
  • Claude Code or Claude Desktop installed (config files must already exist)
  • A modern web browser (Chrome, Firefox, Safari, or Edge)
  • No external Python packages required — uses standard library only
1

Clone the repository

Clone the Claude Config Editor repository to a local directory.

git clone https://github.com/gagarinyury/claude-config-editor.git
cd claude-config-editor
2

Start the local web server

Run the Python server script. It will start immediately on port 8765 with no dependencies to install.

python3 server.py
3

Open the editor in your browser

Navigate to the local URL. The tool will automatically detect your Claude config files on all supported platforms.

open http://localhost:8765
4

Review project sizes and delete large histories

Go to the Project History tab, sort by disk usage, select the largest projects, and click Delete Selected to remove their chat history. The tool creates a .claude.backup.json automatically before saving.

5

Manage MCP servers visually

Use the MCP Servers tab to view, add, or remove MCP server entries without editing JSON by hand. You can inspect command paths, arguments, environment variables, and working directories through the GUI.

Claude Config Editor Examples

Client configuration

Claude Config Editor is a standalone web tool, not an MCP server itself. Launch it with Python and access it in your browser — no MCP config entry is needed.

{
  "_note": "Claude Config Editor runs as a standalone web app, not as an MCP server.",
  "_launch": "python3 /path/to/claude-config-editor/server.py",
  "_url": "http://localhost:8765"
}

Prompts to try

These are tasks you perform directly in the Claude Config Editor web UI rather than via Claude prompts.

- Navigate to 'Project History' tab → sort by disk usage → select top 10 largest → click 'Delete Selected' → Save
- Navigate to 'MCP Servers' tab → click 'Add Server' → fill in command and args → Save
- Navigate to 'Analytics' dashboard → review total config size and health status
- Click 'Export' on a project to back up its chat history as a JSON file before deleting
- Check that a .claude.backup.json was created in the same directory before each save operation

Troubleshooting Claude Config Editor

The web UI shows no projects or config files detected.

Verify that Claude Code or Claude Desktop has been run at least once so the config files exist. Check the expected paths: ~/.claude.json for Claude Code on macOS/Linux, or ~/Library/Application Support/Claude/claude_desktop_config.json for Claude Desktop on macOS.

Port 8765 is already in use and the server fails to start.

Find and stop the conflicting process with `lsof -i :8765` and `kill <PID>`, or edit server.py to change the PORT variable to a free port before restarting.

Changes are saved but not reflected in Claude Desktop/Code.

Restart Claude Desktop or Claude Code after saving changes — these applications read their config files at startup, not continuously. If the app still shows old config, verify the editor saved to the correct path shown in the Analytics dashboard.

Frequently Asked Questions about Claude Config Editor

What is Claude Config Editor?

Claude Config Editor is a Model Context Protocol (MCP) server that claude config editor is a lightweight web tool that helps you clean and optimize your claude code/desktop config files (.claude.json). analyze project sizes, bulk delete chat histories, export data for backup, manage servers visually, and speed up cl It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Claude Config Editor?

Follow the installation instructions on the Claude Config Editor GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Claude Config Editor?

Claude Config Editor works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Claude Config Editor free to use?

Yes, Claude Config Editor is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "claude-config-editor": { "command": "npx", "args": ["-y", "claude-config-editor"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Claude Config Editor?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides