Back to MCP Servers
🔌

avivsinai/langfuse-mcp

MITAPI key required

🐍 ☁️ - Query Langfuse traces, debug exceptions, analyze sessions, and manage prompts. Full observability toolkit for LLM applications.

PythonAI & LLMs

Install

npx -y skills

Required environment variables

LANGFUSE_PUBLIC_KEYSet in your MCP config
LANGFUSE_SECRET_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "avivsinai-langfuse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "skills"
      ],
      "env": {
        "LANGFUSE_PUBLIC_KEY": "<YOUR_LANGFUSE_PUBLIC_KEY>",
        "LANGFUSE_SECRET_KEY": "<YOUR_LANGFUSE_SECRET_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.