- Mcp Builder
Mcp Builder
Overview
what is Mcp Builder?
Mcp Builder is a Python-based server designed to install and configure other MCP servers from package repositories (like PyPI or npm) or from local directories.
how to use Mcp Builder?
To use Mcp Builder, install it from source using Git and pip, then run it directly or in development mode. You can also integrate it with Claude Desktop by modifying the configuration file.
key features of Mcp Builder?
- Package Repository Installation: Install MCP servers from PyPI or npm packages.
- Local Installation: Install MCP servers from local directories.
- Configuration Management: Configure environment variables and arguments for installed servers.
- Automatic Detection: Automatically detect the type of MCP server (Node.js or Python).
- Cross-Platform Support: Works on Windows, macOS, and Linux.
use cases of Mcp Builder?
- Installing and configuring Node.js and Python MCP servers.
- Managing multiple MCP server installations from a single interface.
- Integrating MCP servers with Claude Desktop for enhanced functionality.
FAQ from Mcp Builder?
- What are the system requirements for Mcp Builder?
You need Python 3.10 or higher, pip, and optionally Node.js and npm for JavaScript packages.
- Can I run Mcp Builder on different operating systems?
Yes! Mcp Builder supports Windows, macOS, and Linux.
- How do I integrate Mcp Builder with Claude Desktop?
You need to modify the
claude_desktop_config.jsonfile to register the MCP servers.
Server Config
{
"mcpServers": {
"mcp-builder": {
"command": "python",
"args": [
"-m",
"mcp_builder.server"
]
}
}
}Project Info
Created At
a year agoUpdated At
a year agoAuthor Name
XD3anStar
-Language
-License
-Category
developer-tools