MCP ExplorerExplorer

Smithery Cli Mcp

@smithery-aion 10 months ago
2 GPL-3.0
FreeCommunity
AI Systems
Official MCP server for Smithery CLI

Overview

What is Smithery Cli Mcp

smithery-cli-mcp is the official MCP server for Smithery CLI, designed to facilitate the installation and management of Model Context Protocol (MCP) servers.

Use cases

Use cases include setting up local development environments, integrating MCP into applications, and managing multiple MCP server configurations.

How to use

To use smithery-cli-mcp, first install the necessary dependencies using npm or yarn. Set up your environment variables by creating a .env file with your SMITHERY_API_KEY. Finally, run the server using the provided npm commands.

Key features

Key features include tools for finding MCP servers, collecting configuration for connecting to MCP servers, and installing MCP servers locally.

Where to use

smithery-cli-mcp can be used in software development environments where Model Context Protocol is required for managing server connections and configurations.

Content

MCP Installer

Introduction

MCP Installer serves the following tools

  • find-mcp: finding Model Context Protocol (MCP) servers from registry
  • collect-config: collecting config to be used for connection to mcp server
  • install-mcp: installing mcp server to your local machine

Getting Started

Prerequisites

Local setup

  1. Install dependencies
npm install
  1. Set up environment variables
    Create a .env file in the project root directory and add the following:
SMITHERY_API_KEY=your_api_key_here
  1. Running the server:
npm run build
node build/index.js

The server will display the message “MCP Finder Server running on stdio” when successfully started.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers