Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Localhostmcp

FreeNot checked

Enables LLMs to send HTTP requests to a local development server, allowing interaction with APIs running on localhost.

GitHubEmbed

About

Enables LLMs to send HTTP requests to a local development server, allowing interaction with APIs running on localhost.

README

localhostmcp is an MCP server that allows LLMs to send HTTP requests to your local development server.

Installation

You can try out piston-mcp locally without cloning it.

Install uv

To try out piston-mcp you'll need to install uv:

# On MacOS and Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# On Windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

Install MCP Client

You will also need to download an MCP client to connect to piston-mcp, such as Claude Desktop.

Update MCP Client Configuration

Update the MCP client's configuration with the following configuration to connect to piston-mcp:

{
  "mcpServers": {
    "localhostmcp": {
      "command": "uv",
      "args": [
        "tool",
        "run",
        "--from",
        "git+https://github.com/alvii147/localhostmcp.git@main",
        "localhostmcp"
      ]
    }
  }
}

Usage

Once you've followed the steps above, your MCP client should be able to send requests to localhost for you:

Claude Demo

Acknowledgements

from github.com/alvii147/localhostmcp

Install Localhostmcp in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install localhostmcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add localhostmcp -- uvx --from git+https://github.com/alvii147/localhostmcp localhostmcp

FAQ

Is Localhostmcp MCP free?

Yes, Localhostmcp MCP is free — one-click install via Unyly at no cost.

Does Localhostmcp need an API key?

No, Localhostmcp runs without API keys or environment variables.

Is Localhostmcp hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Localhostmcp in Claude Desktop, Claude Code or Cursor?

Open Localhostmcp on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Localhostmcp with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs