We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TKasperczyk/thunderbird-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"manifest_version": 2,
"name": "Thunderbird MCP",
"version": "0.1",
"description": "MCP server for AI assistants to access email, contacts, and calendars",
"browser_specific_settings": {
"gecko": {
"id": "thunderbird-mcp@luthriel.dev",
"strict_min_version": "102.0"
}
},
"background": {
"scripts": ["background.js"]
},
"experiment_apis": {
"mcpServer": {
"schema": "mcp_server/schema.json",
"parent": {
"scopes": ["addon_parent"],
"paths": [["mcpServer"]],
"script": "mcp_server/api.js"
}
}
},
"permissions": [
"accountsRead",
"addressBooks",
"messagesRead",
"accountsFolders",
"compose"
],
"web_accessible_resources": [
"httpd.sys.mjs"
]
}