Bloomberg MCP
@djsamseng
About Bloomberg MCP
A MCP server providing financial data from Bloomberg blpapi
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"bloomberg-mcp": {
"command": "uv",
"args": [
"run",
"bloomberg-mcp",
"--sse",
"--host",
"127.0.0.1",
"--port",
"8000"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Bloomberg MCP?
A Model Context Protocol server that provides financial data from Bloomberg's blpapi library. It is designed for developers and AI agents who need programmatic access to Bloomberg financial data through MCP-compatible clients like Cursor and Claude Code.
How to use Bloomberg MCP?
Install via UV with the Bloomberg blpapi index configured, then run the server: uv run bloomberg-mcp --sse --host 127.0.0.1 --port 8000. Configure your MCP client (e.g., Cursor or Claude Code) to connect to the SSE endpoint at the specified host and port.
Key features of Bloomberg MCP
- Serves financial data from Bloomberg's blpapi
- Uses industry-standard MCP protocol
- Supports SSE (Server-Sent Events) transport
- Works with Cursor and Claude Code
- Can be run locally on macOS/Linux
Use cases of Bloomberg MCP
- Query real-time or historical financial data via natural language in an AI coding assistant
- Automate financial analysis workflows inside Cursor or Claude Code
- Enable AI agents to access Bloomberg Terminal data for research
FAQ from Bloomberg MCP
What dependencies does Bloomberg MCP require?
You need Bloomberg blpapi (installed via a private index), UV, and a Bloomberg Terminal subscription for data access.
What transport protocols does Bloomberg MCP support?
It supports SSE (Server-Sent Events) transport. Stdio mode is also available for testing with the included client examples.
How do I connect Cursor to Bloomberg MCP?
Add the SSE URL to your .cursor/mcp.json configuration file (project-level or global).
Is Claude Desktop supported?
Remote hosts for Claude Desktop are still in development as of this README.
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments