1. Conduid
  2. Social
  3. MCP Finder and Installer
MCP server · Social

MCP Finder and Installer

Discover and connect to Model Context Protocol servers effortlessly. Installation: https://github.com/bbangjooo/mcp-installer

Unclaimed social
34Low

Scored 4 months ago · breakdown

About MCP Finder and Installer

MCP Finder and Installer is an MCP server in the Social category: discover and connect to Model Context Protocol servers effortlessly. Installation: https://github.com/bbangjooo/mcp-installer. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/bbangjooo/mcp-finder-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about MCP Finder and Installer

Powered by Claude · Grounded in docs

I know everything about MCP Finder and Installer. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

MCP Installer

smithery badge

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

Installation

You can install MCP Installer using the following command:

npm install @bbangjo/mcp-installer
npx @bbangjo/mcp-installer --client <client-type> --key <your-smithery-api-key>

Where:

  • <client-type>: Currently supported clients are 'cursor' or 'claude'
  • <your-smithery-api-key>: Enter your Smithery API key

Example:

npx @bbangjo/mcp-installer --client cursor --key your_smithery_api_key_here

Upon successful installation, you will see the message "✅ MCP server installed successfully."

Note: Depending on the client type, the configuration file will be created in the following locations:

  • Cursor:

    • Windows: %APPDATA%\Cursor\mcp.json
    • macOS: ~/.cursor/mcp.json
    • Linux: ~/.config/Cursor/mcp.json
  • Claude:

    • Windows: %APPDATA%\Claude\claude_desktop_config.json
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Linux: ~/.config/Claude/claude_desktop_config.json

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.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About MCP Finder and Installer

How do I install MCP Finder and Installer?

Run git clone https://github.com/bbangjooo/mcp-finder-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is MCP Finder and Installer safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is MCP Finder and Installer still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.