ProductivityTypeScript

mcp-server-langfuse

This MCP server allows you to access and manage your Langfuse prompts through the Model Context Protocol.

Free
N/A rating (0 reviews)0 installs159 GitHub stars
MCPLangfusePrompts

The Langfuse Prompt Management MCP Server implements the MCP Prompts specification for prompt discovery and retrieval. It provides endpoints to list all available prompts with optional cursor-based pagination and to retrieve specific prompts, transforming Langfuse prompts into MCP prompt objects. The server also exports tools to enhance compatibility with other MCP clients that may not support prompt capabilities, allowing users to list and retrieve prompts easily.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-langfuse": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-langfuse"
      ]
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.

Permissions

ok0
ok1