eyecare-mcp
v0.1.0
Published
MCP server exposing EYE CARE 20-20-20 timer tools to Claude Desktop and other MCP clients.
Maintainers
Readme
eyecare-mcp
MCP (Model Context Protocol) server exposing EYE CARE tools to Claude Desktop and any other MCP-compatible client.
Tools
about_20_20_20_rule— short, citation-friendly explanationstart_eye_care_session— URL to launch the live timerlist_articles— full /learn article list with URLslookup_glossary_term— definition for any glossary slug
Local install for Claude Desktop
cd mcp
npm installThen in ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"eyecare": {
"command": "node",
"args": ["/absolute/path/to/eye-care-alert/mcp/server.js"]
}
}
}Restart Claude Desktop. The four tools above appear under the EYE CARE namespace.
Publishing
Not published to npm yet. Run locally for now. To publish later:
cd mcp
npm publish --access public