Control macOS through Hammerspoon: windows, apps, and API search. Injection-safe by design.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@vukvukovich/hammerspoon-mcp · npm · 0.4.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.vukvukovich/hammerspoon-mcp",
"description": "Control macOS through Hammerspoon: windows, apps, and API search. Injection-safe by design.",
"repository": {
"url": "https://github.com/vukvukovich/hammerspoon-mcp",
"source": "github"
},
"version": "0.4.0",
"packages": [
{
"registryType": "npm",
"identifier": "@vukvukovich/hammerspoon-mcp",
"version": "0.4.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Which tools to expose. \"safe\" (default) exposes inspection, window management, and system tools only. \"all\" additionally exposes hs_eval, hs_applescript, and hs_ui_press, which run arbitrary Lua and AppleScript and press UI elements - anything the user can do.",
"default": "safe",
"name": "HS_MCP_TOOLS"
},
{
"description": "How Lua reaches Hammerspoon. \"socket\" (default) keeps one persistent Unix domain socket, self-installed on first call, with automatic fallback to spawning; \"spawn\" runs one hs process per call.",
"default": "socket",
"name": "HS_MCP_TRANSPORT"
},
{
"description": "Explicit path to the Hammerspoon hs command line tool. Only needed when Hammerspoon is installed somewhere unusual.",
"name": "HS_MCP_HS_PATH"
},
{
"description": "Explicit path to Hammerspoon's bundled docs.json, used by hs_api_search.",
"name": "HS_MCP_DOCS_PATH"
},
{
"description": "Log verbosity on stderr: debug, info (default), warn, or error.",
"default": "info",
"name": "HS_MCP_LOG_LEVEL"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-14T18:21:11.84067Z",
"publishedAt": "2026-08-14T18:21:11.84067Z",
"updatedAt": "2026-08-14T18:21:11.84067Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.4.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
Terms
Somebody else's record
This listing was indexed rather than published here, so nobody has signed anything and this catalog cannot sign on their behalf. Treat it as a pointer to the publisher, not as terms.