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.
Quick Start
Clone the repository:
git clone https://github.com/langfuse/mcp-server-langfuseClaude 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.