Fireflies MCP Server

{ "name": "@props-labs/mcp/fireflies", "version": "0.1.0", "description": "MCP server for using the Fireflies.ai API", "license": "MIT", "author": "Props Labs", "homepage": "https://props.app", "bugs": "https://github.com/props-labs/mcp-servers/issues", "type": "module", "bin": { "mcp-server-fireflies": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch", "start": "node dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "1.0.1", "axios": "^1.6.2", "zod": "^3.22.4", "zod-to-json-schema": "^3.23.5" }, "devDependencies": { "@types/node": "^20.10.0", "shx": "^0.3.4", "typescript": "^5.6.2" } }