Description

One MCP Server, All Your Apps, Privacy First.

Installation

npx -y keyboard-local
npm install keyboard-local
git clone https://github.com/keyboard-dev/keyboard-local

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "keyboard-local": {
      "command": "npx",
      "args": [
        "-y",
        "keyboard-local"
      ]
    }
  }
}