MCP Directory
Back

mcp-server-langfuse

by langfuse · TypeScript · ★ 166

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.

#langfuse#llm#llmops#mcp#model-context-protocol#prompt-management#prompting

Install

npx -y github:langfuse/mcp-server-langfuse

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

[Model Context Protocol](https://github.com/modelcontextprotocol) (MCP) Server for [Langfuse Prompt Management](https://langfuse.com/docs/prompts/get-started). This server allows you to access and manage your Langfuse prompts through the Model Context Protocol. Quick demo of Langfuse Prompts MCP in Claude Desktop (_unmute for voice-over explanations_): https://github.com/user-attachments/assets/61da79af-07c2-4f69-b28c-ca7c6e606405 This server implements the [MCP Prompts specification](https://modelcontextprotocol.io/docs/concepts/prompts) for prompt discovery and retrieval. - : List all av…
Read full README on GitHub →

Related ai & ml servers