MCP Registry
@bbangjooo
About MCP Registry
MCP server that installs MCP Servers
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-finder-mcp-server": {
"command": "npx",
"args": [
"@bbangjo/mcp-installer",
"--client",
"<client-type>",
"--key",
"<your-smithery-api-key>"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Registry?
MCP Registry is a server that provides tools to find, configure, and install Model Context Protocol (MCP) servers from the Smithery registry onto a local machine. It is intended for developers using MCP-compatible clients like Cursor and Claude.
How to use MCP Registry?
Install via npm install @bbangjo/mcp-installer and run with npx @bbangjo/mcp-installer --client <client-type> --key <your-smithery-api-key>. Supported client types are cursor or claude. Alternatively, clone the repository, run npm install, set SMITHERY_API_KEY in a .env file, build, and start with node build/index.js.
Key features of MCP Registry
- Find MCP servers from the Smithery registry.
- Collect configuration data for MCP server connections.
- Install MCP servers to local machine CLI clients.
- Supports Cursor and Claude desktop clients.
- Generates config files in OS‑specific client paths.
- Runs on stdio transport.
Use cases of MCP Registry
- Discover and add new MCP servers to your workflow.
- Automate installation of MCP servers into Cursor or Claude.
- Simplify configuration by collecting connection settings automatically.
- Quickly set up a development environment with MCP tools.
FAQ from MCP Registry
What are the runtime dependencies?
Node.js v14.0.0 or higher and npm or yarn are required.
Do I need an API key?
Yes, a Smithery API key (SMITHERY_API_KEY) is mandatory and can be obtained from smithery.ai.
Where are the configuration files created?
For Cursor: `%APPDATA
Frequently asked questions
What are the runtime dependencies?
Node.js v14.0.0 or higher and npm or yarn are required.
Do I need an API key?
Yes, a Smithery API key (`SMITHERY_API_KEY`) is mandatory and can be obtained from [smithery.ai](https://smithery.ai/).
Where are the configuration files created?
For Cursor: `%APPDATA
Basic information
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments