Back to MCP Servers
Twelvedata Mcp
Interact with [Twelve Data](https://twelvedata.com) APIs to access real-time and historical financial market data for your AI agents.
finance-fintechapiaiagent
By twelvedata
Installation
npx -y mcpConfiguration
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": ["-y", "mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes