Description

Model Context Protocol server for Langfuse Prompt Management. Access and manage your Langfuse prompts through MCP.

Installation

npx -y mcp-server-langfuse
npm install mcp-server-langfuse
git clone https://github.com/langfuse/mcp-server-langfuse

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "langfuse-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-langfuse"
      ]
    }
  }
}