@wklm/mcp
v0.1.1
Published
MCP server for AI coding agents — scaffold BLE web apps, look up UUIDs, get code examples
Maintainers
Readme
@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/mcpTools
| Tool | Description |
|------|-------------|
| ioswebble_init | Add 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_check | Verify iOSWebBLE is correctly integrated. Accepts projectPath. |
Resources
ioswebble://status-- server statusioswebble://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.
