# MCP Server

**Twelve Data MCP Server**

GitHub: https://github.com/twelvedata/mcp

The Twelve Data MCP Server is an open-source connector that enables applications and AI assistants to access Twelve Data’s real-time and historical market data using the Model Context Protocol (MCP).

Its primary purpose is to bridge the Twelve Data API with tools and AI platforms that support the MCP standard. This allows users to easily fetch quotes, time series data, and instrument information for stocks, forex, and cryptocurrencies in a consistent format.

Typical use cases:
 - Connecting Twelve Data to AI assistants or desktop clients that support MCP
 - Automating market data access for analysis, dashboards, or bots
 - Enabling developers to use Twelve Data as a unified backend for financial data
 - The server can be installed and run locally or remotely, configured with your Twelve Data API key, and used as a backend for any MCP-compatible client.

For supported clients, see the official list here:
https://modelcontextprotocol.io/clients

For source code and installation instructions, visit the repository:
https://github.com/twelvedata/mcp
