1.0.0 • Published 9 months ago
@mseep/mcp-installer v1.0.0
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.jsThe server will display the message "MCP Finder Server running on stdio" when successfully started.
1.0.0
9 months ago