Build with Haptic Technology
Join the developer community creating the next generation of haptic experiences. Open-source SDKs, comprehensive APIs, and dedicated support.
The Haptic Harmony Ring SDK provides complete integration capabilities for voice-controlled haptic feedback across multiple platforms. Our Model Context Protocol (MCP) integration enables seamless AI agent communication with haptic devices for productivity, gaming, AR/VR, and accessibility applications.
MCP Integration Demo
Experience how AI agents communicate with the Haptic Harmony Ring through the Model Context Protocol. Watch real-time notifications and haptic feedback in action.
Watch the AI agent communicate with the haptic ring through MCP protocol.
Ring Controls
• Tap/Double‑tap/Hold: Click the PAD area on the ring surface
• Slide: Drag on the top PAD arch to activate mic; follow the assistantʼs response instructions
• Tilt: Click the Tilt button, then move the ring to show directional messages only
• Vibrate: Triggers ring vibration only (no chat message)
Developer Resources
Everything you need to build amazing haptic experiences
Custom Integration Platform
Open-source platform empowering developers to create voice + haptic experiences. Build the future of intuitive control with our comprehensive SDK and community-driven innovation.
# MCP Server with Haptic Ring Integration
from fastmcp import FastMCP
from gestura import GesturaRing, GesturaTransport
# Configure transport and initialize ring
transport = GesturaTransport(port="/dev/ttyUSB0")
ring = GesturaRing(transport=transport)
mcp = FastMCP("Haptic Ring Server")
# Expose haptic feedback as MCP tool
@mcp.tool()
def haptic_pulse(duration: int, intensity: float) -> str:
"""Send haptic pulse to user's ring"""
ring.haptic.pulse(duration, intensity)
return f"Sent {intensity} pulse for {duration}ms"
# Voice data as MCP resource
@mcp.resource("voice://commands")
def get_voice_commands() -> dict:
return ring.voice.get_recent_commands()
Community Project Examples
Developer Community
Connect with fellow developers building the future of haptic technology.
Ready to Get Started?
Join our community and start building amazing haptic experiences today.
Get Started Now