Claude Code Tool Manager

v1.0.0Developer Toolsstable

GUI app to manage MCP servers for Claude Code

claude-code-tool-managermcpai-integration
Share:
322
Stars
0
Downloads
0
Weekly
0/5

What is Claude Code Tool Manager?

Claude Code Tool Manager is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to gui app to manage mcp servers for claude code

GUI app to manage MCP servers for Claude Code

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

Features

  • GUI app to manage MCP servers for Claude Code

Use Cases

Manage MCP servers for Claude Code.
GUI-based server configuration.
Easy tool installation and setup.
tylergraydev

Maintainer

LicenseMIT
Languagerust
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx claude-code-tool-manager

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 Code Tool Manager

Claude Code Tool Manager (CCTM) is a native GUI application built with Tauri that provides a visual dashboard for managing every aspect of Claude Code and other AI coding harnesses. It covers MCP server configuration and testing, slash commands, skills, sub-agents, hooks, usage analytics, session exploration, and a customizable status-line builder—all in one desktop app. Developers use it to avoid hand-editing JSON config files, quickly validate MCP server connections, and gain visibility into token costs and activity patterns across projects.

Prerequisites

  • macOS, Windows, or Linux desktop OS
  • Claude Code installed and configured (the app manages its config files)
  • Node.js 18+ and Rust 1.70+ only if building from source
  • No API keys required—the app operates on local configuration files
1

Install Claude Code Tool Manager

On macOS, install via Homebrew. On Windows or Linux, download the appropriate installer from the GitHub Releases page (.msi/.exe for Windows, .AppImage/.deb for Linux, .dmg for macOS).

brew tap tylergraydev/cctm
brew install --cask claude-code-tool-manager
2

Launch the application

Open Claude Code Tool Manager from your Applications folder (macOS), Start Menu (Windows), or application launcher (Linux). It auto-detects your Claude Code configuration at ~/.claude/.

3

Browse and add MCP servers

Navigate to the MCP Servers section. Click 'Add' to create a new server entry (stdio, HTTP, or SSE), fill in the command and arguments, then click 'Test' to validate the connection before saving.

4

Assign servers to projects

Use the Projects panel to scan your filesystem for Claude Code projects. For each project, enable or disable specific MCP servers to control which tools are available per-project context.

5

Review usage analytics

Open the Analytics tab to view charts of session activity, token usage, cost breakdown, and peak usage hours. Use this data to optimize which servers and tools you keep loaded.

Claude Code Tool Manager Examples

Client configuration

CCTM is a standalone GUI app, not an MCP server itself. The JSON below shows the format CCTM writes to Claude Code's config when you add an MCP server through the UI.

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "~/Documents"]
    }
  }
}

Prompts to try

CCTM is a GUI tool, but here are the workflows you will perform inside it.

- Open MCP Servers panel → Add server → paste command → click Test Connection
- Go to Projects → Scan → enable specific MCP servers per project
- Open Session Explorer → select a session → review token metrics and transcript
- Navigate to Status Line Builder → drag segments to customize your terminal status bar

Troubleshooting Claude Code Tool Manager

The app does not detect my Claude Code configuration

CCTM reads from ~/.claude.json and ~/.claude/. Make sure Claude Code has been initialized at least once so these files exist. If you installed Claude Code in a non-standard location, check whether CCTM has a settings panel to override the config path.

MCP server test connection fails inside CCTM even though it works in Claude Code

CCTM runs the test in its own process environment, which may not inherit your shell's PATH. Specify absolute paths to commands (e.g., /usr/local/bin/node) in the server entry rather than relying on PATH resolution.

Frequently Asked Questions about Claude Code Tool Manager

What is Claude Code Tool Manager?

Claude Code Tool Manager is a Model Context Protocol (MCP) server that gui app to manage mcp servers for claude code It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Claude Code Tool Manager?

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

Which AI clients work with Claude Code Tool Manager?

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

Is Claude Code Tool Manager free to use?

Yes, Claude Code Tool Manager 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-code-tool-manager": { "command": "npx", "args": ["-y", "claude-code-tool-manager"] } } }

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

Read the full setup guide →

Ready to use Claude Code Tool Manager?

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