MCP HubMCP Hub
MCP-Club

mcp-manager-desktop

by: MCP-Club

WIP: A MCP server to search, install, uninstall all your MCP servers or services for your Claude App (or more)

7created 15/12/2024
Visit
Claude
management

📌Overview

Purpose: This framework aims to provide a user-friendly desktop application built using Electron, React, and TypeScript for enhanced development and user experience.

Overview: The mcp-manager-desktop is an Electron application utilizing React and TypeScript, designed to deliver a seamless and efficient interface for users. This setup allows developers to leverage modern web technologies for desktop applications while ensuring responsive and interactive user experiences.

Key Features:

  • Cross-Platform Compatibility: Supports building applications for Windows, macOS, and Linux, allowing users to deploy their applications on multiple operating systems seamlessly.

  • Modern Development Tools: Integrates with recommended tools like VSCode, ESLint, and Prettier to ensure a high-quality coding environment that promotes clean code and efficient development practices.


mcp-mananger-desktop

An Electron application built with React and TypeScript.

Recommended IDE Setup

  • VSCode with ESLint and Prettier extensions.

Project Setup

Install

pnpm install

Development

pnpm dev

Build

# For Windows
pnpm build:win

# For macOS
pnpm build:mac

# For Linux
pnpm build:linux