Back to Home
launchnotes icon

mcp

Verified Safe

by launchnotes

Overview

An MCP server for managing LaunchNotes projects, announcements, feedback, and analytics through the GraphQL API, designed for integration with clients like Claude Desktop.

Installation

Run Command
npx -y @launchnotes/mcp

Environment Variables

  • LAUNCHNOTES_API_TOKEN

Security Notes

The project demonstrates strong security practices: `LAUNCHNOTES_API_TOKEN` is correctly loaded from environment variables (no hardcoded secrets). All tool inputs are rigorously validated using Zod schemas, preventing common input-related vulnerabilities. GraphQL queries/mutations are used, and the client gracefully handles API errors (authentication, rate limits, timeouts). The server itself does not execute arbitrary code provided in custom HTML/CSS fields; it merely passes them to the LaunchNotes API, relying on the external API for final sanitization/rendering safety.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens800
Stars0
Forks0
Last Update2025-12-13

Tags

LaunchNotesMCPGraphQLAPI ManagementProject Management