On-device Apple Intelligence as MCP tools for macOS — OCR, tables, entity detection, generation.
claude mcp add lucid-apple-mcp -- npx -y lucid-apple-mcp
claude_desktop_config.json
{
"mcpServers": {
"lucid-apple-mcp": {
"command": "npx",
"args": [
"-y",
"lucid-apple-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"lucid-apple-mcp": {
"command": "npx",
"args": [
"-y",
"lucid-apple-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"lucid-apple-mcp": {
"command": "npx",
"args": [
"-y",
"lucid-apple-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"lucid-apple-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lucid-apple-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"lucid-apple-mcp": {
"command": "npx",
"args": [
"-y",
"lucid-apple-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Lucid-Systems-LLC--lucid-apple-mcp/reviews or the review_server meta-tool.
POST /mcp