Skip to main content
Developer ToolsPython

langfuse/mcp-server-langfuse

MCP server to access and manage LLM application prompts created with [Langfuse]([https://langfuse.com/](https://langfuse.com/docs/prompts/get-started)) Prompt Management.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/langfuse/mcp-server-langfuse

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Python
Author
langfuse