tactus for Cursor
io.github.projectailiberation/tactus
Content-agnostic control layer for intimate hardware; forwards Buttplug/Intiface commands only.
client:Cursor
transport:stdio
runtime:npm
Install tactus in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tactus": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tactus-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs