A Model Context Protocol (MCP) server that provides access to TA-Lib technical analysis indicators. This server enables AI assistants and other MCP clients to perform technical analysis calculations on financial data.
For full API reference and examples, see: TA-Lib Python Documentation
Add the following JSON block to your IDE MCP settings.
{
"mcp": {
"servers": {
"ta-lib": {
"command": "docker",
"args": ["run", "-i", "--rm", "ghcr.io/hanai/ta-lib-mcp-server:main"]
}
}
}
}- TA-Lib: Technical analysis library
- MCP: Model Context Protocol implementation
- NumPy: Numerical computing
- Pydantic: Data validation
This project is open source.