- Explore MCP Servers
- smithery-cli-mcp
Smithery Cli Mcp
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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
- Node.js (v14.0.0 or higher)
- npm or yarn
- SMITHERY_API_KEY (https://smithery.ai/)
Local setup
- Install dependencies
npm install
- Set up environment variables
Create a.envfile in the project root directory and add the following:
SMITHERY_API_KEY=your_api_key_here
- 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.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










