Skip to main content
Glama

MCP Autostarter

MCP Autostarter

An intelligent MCP server that restarts Claude's MCP handler process without disrupting the UI. Unlike traditional restart tools that kill the entire Claude Desktop application, this tool surgically restarts only the Node.js process handling MCP connections, allowing for seamless plugin reloading.

Why MCP Autostarter?

When developing or installing MCP plugins, you need to restart Claude to load new configurations. Traditional approaches kill the entire Claude Desktop app, disrupting your workflow. MCP Autostarter is smarter - it:

  1. Identifies the MCP handler process - Finds the specific Node.js process managing MCP connections
  2. Gracefully restarts it - Sends SIGTERM first, then SIGKILL if needed
  3. Lets Claude auto-recover - Claude Desktop detects the disconnection and automatically restarts the handler
  4. Keeps your UI intact - No window closing, no lost context

Installation

The easiest way is to let Claude Desktop install it automatically via npx. Just add it to your configuration!

Configuration

Add to your Claude Desktop MCP settings:

{ "mcpServers": { "autostarter": { "command": "npx", "args": ["-y", "mcp-autostarter"], "env": {} } } }

That's it! No manual installation needed - npx will handle everything automatically.

Usage

Once configured, you can use these commands in Claude:

"restart MCP"

This intelligently restarts only the MCP handler process, keeping Claude Desktop running.

Full Claude Restart

"restart Claude"

This fully restarts Claude Desktop (use only if MCP restart fails).

Check Status

"check MCP status"

Shows the current status of MCP handler and Claude Desktop processes.

How It Works

  1. Process Detection: Uses intelligent heuristics to find the Node.js process running MCP servers
  2. Graceful Shutdown: Sends SIGTERM to allow clean shutdown
  3. Automatic Recovery: Claude Desktop detects the disconnection and restarts the handler
  4. Verification: Confirms the new process is running before reporting success

Platform Support

  • ✅ macOS
  • ✅ Windows
  • ✅ Linux

Development

# Install dependencies npm install # Build npm run build # Development mode (watch) npm run dev # Type checking npm run typecheck # Linting npm run lint

Comparison with mcp-server-restart

Featuremcp-autostartermcp-server-restart
Restarts MCP handler only
Keeps UI running
Cross-platform❌ (Mac only)
Process detectionIntelligentBasic
Graceful shutdown

License

MIT

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

An intelligent MCP server that enables seamless restarting of Claude's MCP handler process without disrupting the UI, allowing for plugin reloading without closing the entire Claude Desktop application.

  1. Why MCP Autostarter?
    1. Installation
      1. Configuration
        1. Usage
          1. Smart MCP Restart (Recommended)
          2. Full Claude Restart
          3. Check Status
        2. How It Works
          1. Platform Support
            1. Development
              1. Comparison with mcp-server-restart
                1. License

                  Related MCP Servers

                  • A
                    security
                    A
                    license
                    A
                    quality
                    MCP server that builds itself by creating new tools as needed based on user requests (Requires restart of Claude Desktop to use newly created tools).
                    Last updated -
                    4
                    13
                    Python
                    The Unlicense
                  • A
                    security
                    A
                    license
                    A
                    quality
                    An MCP server that enables saving and sharing Claude Desktop conversations, allowing users to store chats privately or make them public through a web interface.
                    Last updated -
                    2
                    6
                    TypeScript
                    MIT License
                    • Apple
                  • A
                    security
                    A
                    license
                    A
                    quality
                    A Model Context Protocol server that automatically reads the Claude Desktop configuration file and presents all available MCP services in an easy-to-copy format at the top of the tools list.
                    Last updated -
                    1
                    1
                    3
                    JavaScript
                    MIT License
                    • Apple
                  • -
                    security
                    A
                    license
                    -
                    quality
                    An MCP server that provides persistent memory capabilities for Claude, offering tiered memory architecture with semantic search, memory consolidation, and integration with the Claude desktop application.
                    Last updated -
                    5
                    Python
                    MIT License

                  View all related MCP servers

                  MCP directory API

                  We provide all the information about MCP servers via our MCP API.

                  curl -X GET 'https://glama.ai/api/mcp/v1/servers/199-biotechnologies/mcp-autostarter'

                  If you have feedback or need assistance with the MCP directory API, please join our Discord server