Labsco
MCP SERVER

MCP Hosts Installer

by soufgit

Install an MCP server into a host client's configuration from an agent — one tool for a repository reference, one for a directory already on disk.

MCP Plumbing: Proxies, Registries & InspectorsVerified
Summary
Two tools, and the only difference between them is where the server being installed comes from.

Both take host, args and env; install_repo_mcp_server identifies the server by name, install_local_mcp_server by a path on disk. host is the parameter that decides whose configuration gets rewritten, so it is the one to be sure about before either call — there is nothing here that lists what a host already has, which makes this a write-only surface onto a file other tools depend on.

What it is

A two-tool installer that writes MCP server entries into a named host client's configuration.

What you get
  • install_repo_mcp_server registers a server by name into a named host, with its args and environment variables.
  • install_local_mcp_server does the same for a server at a local path.
Requirements

Write access to the configuration of the host client you name.

Setup effort

One command — claude mcp add mcp-hosts-installer npx -- -y mcp-hosts-installer