# MCP LOCAL

> Free MCP LOCAL [Good Work !]

- **Type:** MCP server
- **Install:** `agentstack add mcp-pinggdevelop-mcp-local`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [PingGdevelop](https://agentstack.voostack.com/s/pinggdevelop)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [PingGdevelop](https://github.com/PingGdevelop)
- **Source:** https://github.com/PingGdevelop/MCP-LOCAL

## Install

```sh
agentstack add mcp-pinggdevelop-mcp-local
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Local MCP (Free Local MCP)

Free, local Model Context Protocol servers for web search and web fetching.

## What it does

- **websearch-local** — Search the web using DuckDuckGo.
- **webfetch-local** — Fetch web pages and return content as Markdown.

## Usage

Configure your MCP-compatible agent CLI with:

```json
{
  "mcpServers": {
    "websearch-local": {
      "command": "/.venv/bin/python",
      "args": ["/websearch.py"]
    },
    "webfetch-local": {
      "command": "/.venv/bin/python",
      "args": ["/webfetch.py"]
    }
  }
}
```

Replace `` with the path to this project.

## Setup

```bash
python3 -m venv .venv || python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
```

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [PingGdevelop](https://github.com/PingGdevelop)
- **Source:** [PingGdevelop/MCP-LOCAL](https://github.com/PingGdevelop/MCP-LOCAL)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-pinggdevelop-mcp-local
- Seller: https://agentstack.voostack.com/s/pinggdevelop
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
