@spotterjs/mcp
v1.0.1
Published
spotterjs MCP server - desktop automation, workspace files, and shell
Readme
@spotterjs/mcp
spotterjs MCP server exposes desktop automation, optional Android ADB automation, OCR, workspace file I/O, and optional shell execution to MCP clients.
Install
npm install @spotterjs/mcp @spotterjs/coreDevelopment build:
npm run build -w @spotterjs/mcp
npx spotterjs-mcpMinimal Configuration
{
"mcpServers": {
"spotterjs": {
"command": "npx",
"args": ["-y", "@spotterjs/mcp"],
"env": {
"SPOTTERJS_WORKSPACE_ROOT": "C:/path/to/your/project"
}
}
}
}Enable shell, Android, or accessibility tools explicitly:
{
"SPOTTERJS_ALLOW_SHELL": "1",
"SPOTTERJS_ANDROID_ADB": "1",
"SPOTTERJS_A11Y": "1"
}Full configuration, tool lists, response shapes, and security policy are documented in docs/en/MCP.md.
