Langfuse Prompt Management MCP Server
@MCP-Mirror
About Langfuse Prompt Management MCP Server
Mirror of
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"langfuse_mcp-server-langfuse": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"node",
"./build/index.js"
]
}
}
}Tools
2List available prompts
Retrieve and compile a specific prompt
Overview
What is Langfuse Prompt Management MCP Server?
A Model Context Protocol (MCP) server that lets you access and manage your Langfuse prompts directly from MCP-compatible clients like Claude Desktop and Cursor. It bridges Langfuse’s prompt management system with the MCP ecosystem for developers.
How to use Langfuse Prompt Management MCP Server?
Install and build with npm install && npm run build, then add the server to your MCP client configuration (e.g., claude_desktop_config.json) with the environment variables LANGFUSE_PUBLIC_KEY, LANGFUSE_SECRET_KEY, and LANGFUSE_BASEURL.
Key features of Langfuse Prompt Management MCP Server
- Implements MCP Prompts specification for prompt discovery and retrieval.
prompts/listwith optional cursor‑based pagination.prompts/gettransforms Langfuse prompts (text and chat) into MCP prompt objects.- Exports tools (
get-prompts,get-prompt) for clients without prompt capability. - All prompts are compiled with provided variables.
Use cases of Langfuse Prompt Management MCP Server
- Access and manage Langfuse prompts from Claude Desktop via MCP.
- Retrieve and compile prompts with variables in MCP‑compatible clients.
- List available prompts with pagination in any MCP host.
FAQ from Langfuse Prompt Management MCP Server
What are the runtime dependencies?
Node.js and npm. The server is run as a Node process with environment variables for Langfuse authentication.
How are Langfuse prompts authenticated?
You must provide LANGFUSE_PUBLIC_KEY and LANGFUSE_SECRET_KEY as environment variables. The base URL is set via LANGFUSE_BASEURL.
What limitations does the server currently have?
Only prompts labeled production in Langfuse are returned. All arguments are assumed optional, and list operations fetch each prompt individually (inefficient for many prompts).
Does the server support both text and chat prompts?
Yes. The prompts/get tool transforms both Langfuse text and chat prompts into MCP prompt objects.
Which MCP clients are explicitly supported?
Configuration examples are provided for Claude Desktop and Cursor. The server is designed to work with any MCP‑compatible client.
Frequently asked questions
What are the runtime dependencies?
Node.js and npm. The server is run as a Node process with environment variables for Langfuse authentication.
How are Langfuse prompts authenticated?
You must provide `LANGFUSE_PUBLIC_KEY` and `LANGFUSE_SECRET_KEY` as environment variables. The base URL is set via `LANGFUSE_BASEURL`.
What limitations does the server currently have?
Only prompts labeled `production` in Langfuse are returned. All arguments are assumed optional, and list operations fetch each prompt individually (inefficient for many prompts).
Does the server support both text and chat prompts?
Yes. The `prompts/get` tool transforms both Langfuse text and chat prompts into MCP prompt objects.
Which MCP clients are explicitly supported?
Configuration examples are provided for Claude Desktop and Cursor. The server is designed to work with any MCP‑compatible client.
Basic information
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
ghidraMCP
LaurieWiredMCP Server for Ghidra
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Codelf
unbugA search tool helps dev to solve the naming things problem.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments