Chart Library — Pattern Intelligence MCP Server
io.github.grahammccain/chart-library
What is the Chart Library — Pattern Intelligence MCP server?
Historical chart-pattern intelligence for AI agents. 25M+ embeddings, 19K+ symbols, 10y history.
How to install Chart Library — Pattern Intelligence
Copy-paste configuration for popular MCP clients.
CHART_LIBRARY_API_KEYsecretChart Library API key (get free at chartlibrary.io/developers)
{
"mcpServers": {
"chart-library": {
"command": "uvx",
"args": [
"chartlibrary-mcp"
],
"env": {
"CHART_LIBRARY_API_KEY": "<YOUR_CHART_LIBRARY_API_KEY>"
}
}
}
}{
"mcpServers": {
"chart-library": {
"command": "uvx",
"args": [
"chartlibrary-mcp"
],
"env": {
"CHART_LIBRARY_API_KEY": "<YOUR_CHART_LIBRARY_API_KEY>"
}
}
}
}{
"mcpServers": {
"chart-library": {
"command": "uvx",
"args": [
"chartlibrary-mcp"
],
"env": {
"CHART_LIBRARY_API_KEY": "<YOUR_CHART_LIBRARY_API_KEY>"
}
}
}
}{
"servers": {
"chart-library": {
"type": "stdio",
"command": "uvx",
"args": [
"chartlibrary-mcp"
],
"env": {
"CHART_LIBRARY_API_KEY": "<YOUR_CHART_LIBRARY_API_KEY>"
}
}
}
}claude mcp add chart-library --env CHART_LIBRARY_API_KEY=<YOUR_CHART_LIBRARY_API_KEY> -- uvx chartlibrary-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.