PluginBench
MCP Server

com.pulsemcp/langfuse MCP Server

com.pulsemcp/langfuse

What is the com.pulsemcp/langfuse MCP server?

MCP server for Langfuse LLM observability — trace and observation analysis.

How to install com.pulsemcp/langfuse

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • LANGFUSE_SECRET_KEY
    required
    secret

    Langfuse secret key for authentication.

  • LANGFUSE_PUBLIC_KEY
    required
    secret

    Langfuse public key for authentication.

  • LANGFUSE_BASE_URL

    Langfuse API base URL.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "langfuse": {
      "command": "npx",
      "args": [
        "-y",
        "langfuse-observability-mcp-server",
        "-y"
      ],
      "env": {
        "LANGFUSE_SECRET_KEY": "<YOUR_LANGFUSE_SECRET_KEY>",
        "LANGFUSE_PUBLIC_KEY": "<YOUR_LANGFUSE_PUBLIC_KEY>",
        "LANGFUSE_BASE_URL": "<YOUR_LANGFUSE_BASE_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "langfuse": {
      "command": "npx",
      "args": [
        "-y",
        "langfuse-observability-mcp-server",
        "-y"
      ],
      "env": {
        "LANGFUSE_SECRET_KEY": "<YOUR_LANGFUSE_SECRET_KEY>",
        "LANGFUSE_PUBLIC_KEY": "<YOUR_LANGFUSE_PUBLIC_KEY>",
        "LANGFUSE_BASE_URL": "<YOUR_LANGFUSE_BASE_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "langfuse": {
      "command": "npx",
      "args": [
        "-y",
        "langfuse-observability-mcp-server",
        "-y"
      ],
      "env": {
        "LANGFUSE_SECRET_KEY": "<YOUR_LANGFUSE_SECRET_KEY>",
        "LANGFUSE_PUBLIC_KEY": "<YOUR_LANGFUSE_PUBLIC_KEY>",
        "LANGFUSE_BASE_URL": "<YOUR_LANGFUSE_BASE_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "langfuse": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "langfuse-observability-mcp-server",
        "-y"
      ],
      "env": {
        "LANGFUSE_SECRET_KEY": "<YOUR_LANGFUSE_SECRET_KEY>",
        "LANGFUSE_PUBLIC_KEY": "<YOUR_LANGFUSE_PUBLIC_KEY>",
        "LANGFUSE_BASE_URL": "<YOUR_LANGFUSE_BASE_URL>"
      }
    }
  }
}
Claude Code
claude mcp add langfuse --env LANGFUSE_SECRET_KEY=<YOUR_LANGFUSE_SECRET_KEY> --env LANGFUSE_PUBLIC_KEY=<YOUR_LANGFUSE_PUBLIC_KEY> --env LANGFUSE_BASE_URL=<YOUR_LANGFUSE_BASE_URL> -- npx -y langfuse-observability-mcp-server -y

Related MCP servers

MCP server for AppSignal — get alert details, search logs, and retrieve logs within time ranges.

View repository →

MCP server for AWS DynamoDB with fine-grained tool control and configurable access levels.

View repository →

MCP server for Fetch Pet insurance claims management using Playwright automation.

View repository →

MCP server for managing Fly.io machines, apps, logs, and Docker images.

View repository →

MCP server for Google Cloud Storage with fine-grained tool access control.

View repository →

MCP server for Gmail with OAuth2 (personal) and service account (Workspace) support.

View repository →