mcp-server-langfuse

general MCP Server

Model Context Protocol (MCP) Server for Langfuse Prompt Management. This server allows you to access and manage your Langfuse prompts through the Model Context Protocol.

Install Ready
generalgeneral
3 views166 stars37 forksv0.0.1MIT

Why This Matters

Discovered via unknown and last synced 3mo ago.

Install Ready
Source
unknown
Stars
166
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx mcp-server-langfuse

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "mcp-server-langfuse": {
      "command": "npx",
      "args": [
        "mcp-server-langfuse"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

5
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (5)

Required

`name` parameter: Name of the prompt to retrieve

get-prompts

List available prompts

Returns

a list of prompts with their arguments

get-prompt

Retrieve and compile a specific prompt

Optional

`arguments` parameter: JSON object with prompt variables