# MCP Finder and Installer

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

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add bbangjooo/mcp-finder-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list bbangjooo/mcp-finder-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get bbangjooo/mcp-finder-mcp-server find_mcp

# Call a tool
npx -y @smithery/cli@latest tool call bbangjooo/mcp-finder-mcp-server find_mcp '{}'
```

## Tools (3)

- `find_mcp` — Find the MCP servers by given name
- `collect_config` — Collect the config to be used for connection to mcp server
- `install_mcp` — Install the MCP server on your local machine. You can install the MCP server with configuration.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get bbangjooo/mcp-finder-mcp-server <tool-name>
```

---

Source: https://github.com/bbangjooo/mcp-installer
