{
  "name": "thunderbird-cli-mcp",
  "mcpName": "io.github.vitalio-sh/thunderbird-cli",
  "version": "1.0.2",
  "description": "MCP server that gives Claude Desktop full access to your email through Mozilla Thunderbird. 12 high-level tools: search, read, compose, reply, attachments, folders.",
  "type": "module",
  "bin": {
    "tb-mcp": "./src/server.js"
  },
  "files": [
    "src/",
    "README.md"
  ],
  "scripts": {
    "start": "node src/server.js",
    "prepublishOnly": "cd .. && npm run test:mcp"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0"
  },
  "keywords": [
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "claude",
    "claude-desktop",
    "anthropic",
    "thunderbird",
    "email",
    "email-client",
    "imap",
    "smtp",
    "cli",
    "ai-agent",
    "ai-tools",
    "agentic",
    "automation",
    "localhost",
    "privacy"
  ],
  "author": "Vitalii Ionov",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/vitalio-sh/thunderbird-cli",
    "directory": "mcp"
  },
  "bugs": {
    "url": "https://github.com/vitalio-sh/thunderbird-cli/issues"
  },
  "homepage": "https://github.com/vitalio-sh/thunderbird-cli/tree/main/mcp#readme"
}
