Back to MCP Servers
Crypto Stocks
An MCP server that tracks real-time data for major crypto-related stocks.
finance-fintech
By kukapay
Installation
npx -y crypto-stocks-mcpConfiguration
{
"mcpServers": {
"crypto-stocks-mcp": {
"command": "npx",
"args": ["-y", "crypto-stocks-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