MCP server for Thunderbird - enables AI assistants to access email, contacts, and calendars
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"thunderbird-mcp": {
"command": "npx",
"args": [
"-y",
"TKasperczyk/thunderbird-mcp"
]
}
}
}
Run in terminal:
claude mcp add thunderbird-mcp npx -y TKasperczyk/thunderbird-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"thunderbird-mcp": {
"command": "npx",
"args": [
"-y",
"TKasperczyk/thunderbird-mcp"
]
}
}
}