mcpbeat Sign in

Localgym MCP Server

local only

Localgym MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 29 May 2026.

Read-only MCP server for UK gym search using the LocalGym Agent API.

Installs per day peak 22 · avg 7 · -49% w/w
a month agotoday
41
Installs / week
npm · localgym-mcp-server
1
Stars
0 open issues
29 May 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Localgym MCP Server 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 localgym-mcp-server -- npx -y localgym-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "localgym-mcp-server": {
      "args": [
        "-y",
        "localgym-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.localgym-mcp-server]
command = "npx"
args = ["-y", "localgym-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "localgym-mcp-server": {
      "args": [
        "-y",
        "localgym-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "localgym-mcp-server": {
      "args": [
        "-y",
        "localgym-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LOCALGYM_API_BASE (Optional LocalGym API base URL override; defaults to https://localgym.uk.), LOCALGYM_MCP_RATE_LIMIT_MAX (Optional local MCP client-side rate limit per window; defaults to 60. The public API also enforces server-side limits.), LOCALGYM_MCP_RATE_LIMIT_WINDOW_MS (Optional local MCP client-side rate limit window in milliseconds; defaults to 60000.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Localgym MCP Server

same job, measured the same way
Python MCP
by files

Local-only Python MCP server for the Files.com API.

938 installs/wk local only
operant-mcp
by saagpatel

Read-only MCP server for the OPERANT AI operating-agent calibration benchmark.

36 installs/wk 5 tools answering
Obsidian Semantic Search
by dalecb

Read-only semantic search MCP server for Obsidian vaults using local Ollama embeddings.

93 installs/wk local only
Tavily MCP Server
by seey215

MCP server for advanced web search using Tavily API.

60 installs/wk local only
Calibre-Web
by ni-c

Read-only MCP server for Calibre-Web: library search, browsing and covers via the OPDS feed

78 installs/wk local only
Callimachus
by betabots-llc

MCP server for Callimachus: local index and search of your AI coding-agent threads

94 installs/wk local only
Gmail MCP
by a1-x-tech

MCP server for the Gmail API: search, read and send email, manage drafts, labels and the trash.

49 installs/wk local only
Tavily MCP
by tavily-ai

MCP server for advanced web search using Tavily

19 439 installs/wk local only

Localgym MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Localgym MCP Server?
Localgym MCP Server 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 localgym-mcp-server was installed 41 times last week.
How do I connect Localgym MCP Server?
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 localgym-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Localgym MCP Server?
The npm package localgym-mcp-server was installed 41 times in the last week. Week over week that is -49%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Localgym MCP Server open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 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.