Wklm MCP Server

Web Bluetooth SDK for iOS Safari. Scan, connect, and talk to BLE devices from any web app. It runs locally over stdio via the published package.

People connecting web framework tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-07 · ★ 6 · #18 OF 48 MAINTAINED WEB FRAMEWORK · VERIFIED 2026-08-25

TypeScript servers · how we verify → /methodology

01 · Install Wklm MCP Server

Claude Code

claude mcp add wklm-beacio-sdk -- npx -y @beacio/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "wklm-beacio-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "@beacio/mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @beacio/mcp - the @beacio scope differs from the repo owner (wklm); confirm it's the project's official package

registry vendor namespace com.beacio - domain-verified with the official MCP registry

03 · What Wklm MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.1.0 · 2026-06-13

WebBLE 1.1.0 - W3C Web Bluetooth conformance + scan reliability · Full W3C Web Bluetooth conformance: filters, permissions, error mapping, advertisement events, and GATT/UUID resolution now follow the spec precisely…

04 · Who maintains Wklm MCP Server

mcp is maintained by wklm. We track 2 MCP servers from wklm - 2 actively maintained, 12 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from wklm.

  1. iOS Web Bluetooth (WebBLE) MCP server to ship Web Bluetooth on iPhone Safari via the WebBLE extension. ★ 6

05 · Facts

category
web framework - ranked #18 of 48 actively-maintained web framework servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-06-13)
registry
com.beacio/mcp (active, first published 2026-06-14)
packages
npm:@beacio/mcp

06 · Wklm MCP Server FAQ

What is Wklm MCP Server?

Web Bluetooth SDK for iOS Safari. Scan, connect, and talk to BLE devices from any web app. It runs locally over stdio via the published package.

Is Wklm MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-07 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Wklm MCP Server?

Run `npx -y @beacio/mcp`. You can also paste the ready-made client config above.

Does Wklm MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Wklm MCP Server