mcpbeat Sign in

Litport MCP Server

local only

Litport MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 21 Sep 2026.

MCP server for the Litport account API: tokens, usage, pools, geo targeting and proxy URLs.

Installs / week
npm · @litportnet/litport-mcp
0
Stars
0 open issues
21 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Litport MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add litport-mcp -- npx -y @litportnet/litport-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "litport-mcp": {
      "args": [
        "-y",
        "@litportnet/litport-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.litport-mcp]
command = "npx"
args = ["-y", "@litportnet/litport-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "litport-mcp": {
      "args": [
        "-y",
        "@litportnet/litport-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "litport-mcp": {
      "args": [
        "-y",
        "@litportnet/litport-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Litport MCP

same job, measured the same way
Proxy Veil
by goldentrii

Residential proxy MCP server for AI agents — geo-targeting, sticky sessions, anti-bot bypass.

38 installs/wk local only
Opencage Geocoding MCP
by opencagedata

MCP server for OpenCage geocoding API

24 installs/wk local only
Proxy4agents MCP
by novadalabs

Residential proxy MCP for AI agents — geo-targeting, sticky sessions, anti-bot bypass.

28 installs/wk local only
930m310n
by 930m310n

MCP server for the Geomelon geographic API — stdio and remote HTTP transports

58 installs/wk local only
Geomelon MCP
by 930m310n

MCP server for the Geomelon geographic API — stdio and remote HTTP transports

local only
tierproxy
by tierproxy

Multi-provider proxy infrastructure for AI/ML. Geo, sessions, cost-aware routing, usage tools.

51 installs/wk local only
Frostbyte
by ozorown

MCP server giving AI agents access to 40+ APIs: geo, crypto, screenshots, DNS, and more

local only
MCP Ip2location Io
by ip2location

IP Geolocation MCP server that query the geolocation information using IP2Location.io API.

57 installs/wk local only

Litport MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Litport MCP?
Litport MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @litportnet/litport-mcp.
How do I connect Litport MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @litportnet/litport-mcp straight from npm; nothing to host, nothing to sign up for.
Is Litport MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.