Langfuse Prompt Management MCP Server
Rank #1,360glama/langfuse/mcp-server-langfuse
Facilitates access and management of Langfuse prompts through the Model Context Protocol, enabling prompt discovery, retrieval, and integration within clients like Claude Desktop and Cursor.
Langfuse Prompt Management MCP Server is a Model Context Protocol (MCP) server published by langfuse. It ranks #1,360 of 132,046 servers tracked on MCP Toplist, and its repository has 172 GitHub stars. Langfuse Prompt Management MCP Server is listed across 3 registries — Glama, mcp.so and PulseMCP, with 2 release tags tracked from its GitHub repository. It was first listed on Feb 15, 2025 and most recently updated on Feb 16, 2025.
Ranks ahead of 130,686 of 132,046 servers on MCP Toplist.
Use Langfuse Prompt Management MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http mcp-server-langfuse https://cloud.langfuse.com/api/public/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add --transport http mcp-server-langfuse https://us.cloud.langfuse.com/api/public/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.mcp-server-langfuse]
url = "https://cloud.langfuse.com/api/public/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.mcp-server-langfuse]
url = "https://us.cloud.langfuse.com/api/public/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://cloud.langfuse.com/api/public/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
https://us.cloud.langfuse.com/api/public/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-server-langfuse": {
"url": "https://cloud.langfuse.com/api/public/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-server-langfuse": {
"url": "https://us.cloud.langfuse.com/api/public/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"mcp-server-langfuse": {
"type": "http",
"url": "https://cloud.langfuse.com/api/public/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"mcp-server-langfuse": {
"type": "http",
"url": "https://us.cloud.langfuse.com/api/public/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-server-langfuse": {
"serverUrl": "https://cloud.langfuse.com/api/public/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-server-langfuse": {
"serverUrl": "https://us.cloud.langfuse.com/api/public/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-server-langfuse": {
"url": "https://cloud.langfuse.com/api/public/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-server-langfuse": {
"url": "https://us.cloud.langfuse.com/api/public/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2Flangfuse%2Fmcp-server-langfuse)<a href="https://mcptoplist.com/server/glama%2Flangfuse%2Fmcp-server-langfuse"><img src="https://mcptoplist.com/badge/glama%2Flangfuse%2Fmcp-server-langfuse.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
langfuse
GitHub releases (2)
No registry surfaces explicit version metadata for this server. The list below shows release tags from the linked GitHub repository.
| Version | Published |
|---|---|
| v0.0.2-rc.0 | Feb 16, 2025 |
| v0.0.1 | Feb 15, 2025 |
Frequently asked questions
- Who maintains Langfuse Prompt Management MCP Server?
- Langfuse Prompt Management MCP Server is maintained by langfuse, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Langfuse Prompt Management MCP Server listed on the Official MCP Registry?
- Langfuse Prompt Management MCP Server is not on the Official MCP Registry. It is listed on Glama, mcp.so and PulseMCP.
- How many versions does Langfuse Prompt Management MCP Server have?
- No registry surfaces explicit version metadata for Langfuse Prompt Management MCP Server; MCP Toplist tracks 2 release tags from its GitHub repository, most recently published on Feb 16, 2025.
- Where can I find the source code for Langfuse Prompt Management MCP Server?
- The source code for Langfuse Prompt Management MCP Server is hosted at github.com/langfuse/mcp-server-langfuse.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.