vpn-mcp

vpn-mcp

Enables AI coding assistants to access the internet through VPN exit nodes to bypass geo-restrictions and avoid rate limits. It allows users to route HTTP requests through various global regions and manage VPN connections directly within MCP-compatible clients.

Category
Visit Server

README

vpn-mcp

Internet access for AI coding tools through VPN exit nodes.

An MCP server that gives your AI coding assistant access to the internet through VPN exit nodes. Route requests through different regions, bypass geo-restrictions, avoid rate limits.

Works with Claude Code, Cursor, Windsurf, OpenCode, Cline, Continue, Zed, Hermes, and any MCP-compatible client.

Quick start

# Install
uv tool install vpn-mcp

# Or with pip
pip install vpn-mcp

Add to your MCP config (.mcp.json for Claude Code, .cursor/mcp.json for Cursor, etc.):

{
  "mcpServers": {
    "vpn": {
      "command": "vpn-mcp"
    }
  }
}

Then from your AI assistant:

> vpn_activate()
Account activated — Free tier

> vpn_connect()
Connected to North America

> vpn_fetch("https://httpbin.org/ip")
{"origin": "185.xx.xx.xx"}

Features

  • Free tier — no payment needed. 1 request per 30 seconds, 256 KB/s.
  • Multiple regions — North America, Europe, Ukraine, Tor exit.
  • vpn_fetch() — make HTTP requests through VPN. Recommended tool.
  • Rate-limited tiers — upgrade for more bandwidth and requests.
  • Machine fingerprint — one account per device, prevents abuse.

Tiers

Tier Price Requests Bandwidth
Free 0 1 / 30s 256 KB/s
Basic 1 USDT/mo 30 / min 500 KB/s
Pro 5 USDT/mo 120 / min 2 MB/s

Payment via USDT on TON network. Upgrade by calling vpn_activate() and following the payment instructions.

MCP Tools

Tool Description
vpn_activate() Activate account. Free tier is instant.
vpn_connect(node?) Connect to VPN exit node.
vpn_disconnect() Disconnect.
vpn_switch(node) Switch exit node.
vpn_status() Account status, tier, quota.
vpn_nodes() List available exit nodes.
vpn_fetch(url, method?, headers?, body?) HTTP request through VPN.
vpn_setup() Download VPN binary. Auto on first connect.

Configuration per tool

Claude Code.mcp.json or ~/.claude/mcp.json

Cursor.cursor/mcp.json or ~/.cursor/mcp.json

Windsurf~/.codeium/windsurf/mcp_config.json

OpenCodeopencode.json or ~/.config/opencode/opencode.json

Continue.continue/mcpServers/vpn.json

Hermes~/.hermes/config.yaml under mcp_servers

All use the same config:

{
  "mcpServers": {
    "vpn": {
      "command": "vpn-mcp"
    }
  }
}

Links

License

Source-available. See LICENSE for details.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured