mcpbeat Sign in
I

Bkk MCP Server

local only

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

Budapest BKK Futar: stops, live arrivals and departures.

Installs / week
npm · bkk-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
no recent releases
License
TypeScript

Nothing serious here today

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

Alternatives to Bkk MCP

same job, measured the same way
O
Live Flight Data
by memoryapi

Live flight departures and airport information

2 tools answering
Live Times Transit
by travelwhiz-ltd

Read-only public transit departures, stop search, and city coverage for bus and train users.

5 tools answering
Flight Fares
by aplusz

Cheapest observed fare, 6-month low and best departure date for a city pair.

3 tools answering
Transitland MCP Server
by cyanheads

Global transit via Transitland v2 — operators, GTFS/GTFS-RT/GBFS feeds, routes, stops, departures.

286 installs/wk local only
BART Real-Time Transit
by srivastsh

Real-time BART departures, trip planning, fares, stations, and advisories.

7 tools answering
Entur MCP
by mrfentmen

Keyless Entur Norway: stops, departures, trip planning, geocoding.

local only
AgenticBooks
by agenticbooks

Startup books from live bank and billing feeds: P&L, balances, approvals, period close.

answering
Events
by urbanplayground

Live event discovery: concerts, club nights, art, comedy, and festivals across 14 cities.

22 installs/wk 30 tools answering

Bkk MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Bkk MCP?
Bkk 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 bkk-mcp.
How do I connect Bkk 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 bkk-mcp straight from npm; nothing to host, nothing to sign up for.
Is Bkk MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.