MCP Etherscan Server

{ "name": "apple-notifier-mcp", "version": "1.1.0", "description": "An MCP server for sending native macOS notifications", "packageManager": "pnpm@8.12.1", "main": "build/index.js", "types": "build/index.d.ts", "bin": { "apple-notifier-mcp": "./build/index.js" }, "files": [ "build/**/*" ], "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "git+https://github.com/turlockmike/apple-notifier-mcp.git" }, "keywords": [ "mcp", "macos", "notifications", "osascript", "claude", "anthropic" ], "bugs": { "url": "https://github.com/turlockmike/apple-notifier-mcp/issues" }, "homepage": "https://github.com/turlockmike/apple-notifier-mcp#readme", "scripts": { "build": "tsc && chmod +x build/index.js", "start": "node build/index.js", "dev": "tsc -w", "clean": "rm -rf build", "prepare": "pnpm clean && pnpm build", "prepublishOnly": "pnpm test", "test": "echo \"No tests yet\"" }, "type": "module", "author": "", "license": "MIT", "devDependencies": { "@types/node": "^22.10.2", "typescript": "^5.7.2" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4" } }