New:Socket for Asana Is Now Available.Learn more
Get Started

@wklm/mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wklm/mcp

MCP server for AI coding agents — scaffold BLE web apps, look up UUIDs, get code examples

Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

@wklm/mcp

MCP server for AI coding agents -- scaffold BLE web apps, verify integration, get code examples. Works with Claude Code, Cursor, Copilot, and any MCP-compatible client.

Install

Add to your claude_desktop_config.json (or equivalent MCP config):

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

Or run directly:

npx -y @wklm/mcp

Tools

ToolDescription
ioswebble_initAdd iOSWebBLE to a web project. Auto-detects framework (Next.js, React, Vue, Nuxt, HTML) and adds detection snippet. Accepts projectPath, optional apiKey and framework.
ioswebble_checkVerify iOSWebBLE is correctly integrated. Accepts projectPath.

Resources

  • ioswebble://status -- server status
  • ioswebble://docs/integration -- integration guide

Full SDK reference

For LLM context: https://ioswebble.com/llms-full.txt

Two scopes

The @wklm/* packages (core, profiles, react) are the cross-browser BLE SDK -- they work on any platform with Web Bluetooth support (Chrome, Edge, iOS Safari via the extension). The @wklm/* packages (detect, cli, mcp, skill) handle iOS-specific extension detection, install prompts, and agent tooling. Use both together for full iOS Safari coverage.

Keywords

mcp

FAQs

Package last updated on 06 Mar 2026

Related posts