The Langfuse MCP server manages and accesses Langfuse prompts via the Model Context Protocol. It connects to Langfuse's prompt management system, allowing developers to retrieve, update, and track prompt versions. Use it to integrate Langfuse prompts into AI agent workflows.
The Langfuse MCP server manages and accesses Langfuse prompts via the Model Context Protocol. It connects to Langfuse's prompt management system, allowing developers to retrieve, update, and track prompt versions. Use it to integrate Langfuse prompts into AI agent workflows.
npx -y mcp-server-langfuseAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"langfuse-mcp-server-langfuse-github": {
"command": "npx",
"args": [
"-y",
"npx -y mcp-server-langfuse"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from langfuse?"
API Key Required
This server requires an API key from langfuse. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| LANGFUSE_API_KEY | Yes | Your langfuse API key |
"What resources are available in langfuse?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in langfuse"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in langfuse with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.