jawt-mcp-client
Version:
MCP client bridge for JAWT voice notes - connects Claude Desktop to JAWT cloud server
35 lines (34 loc) • 748 B
JSON
{
"name": "jawt-mcp-client",
"version": "1.0.2",
"description": "MCP client bridge for JAWT voice notes - connects Claude Desktop to JAWT cloud server",
"main": "index.js",
"bin": {
"jawt-mcp-client": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"model-context-protocol",
"jawt",
"voice-notes",
"claude-desktop",
"ai"
],
"author": "JAWT",
"license": "MIT",
"homepage": "https://jawt.ai",
"repository": {
"type": "git",
"url": "git+https://github.com/munxch/jawt-web.git"
},
"bugs": {
"url": "https://github.com/munxch/jawt-web/issues",
"email": "support@jawt.ai"
},
"engines": {
"node": ">=14"
}
}