mcp-stock-market
v1.0.2
Published
This tool provides stock market data using the Alpha Vantage API. You must obtain a free API key from [Alpha Vantage](https://www.alphavantage.co/).
Readme
MCP Stock Market
This tool provides stock market data using the Alpha Vantage API.
You must obtain a free API key from Alpha Vantage.
Setup
Get your API key:
Sign up at Alpha Vantage and copy your API key.Configure Claude Desktop:
Add the following to yourclaude_desktop_config.json(replaceAPI_KEY_HEREwith your actual key):{ "mcpServers": { "stocks": { "command": "npx", "args": [ "mcp-stock-market" ], "env": { "ALPHA_VANTAGE_API_KEY": "API_KEY_HERE" } } } }
Running MCP Stock Market
Once you have configured your API key in claude_desktop_config.json, you can simply launch Claude Desktop and it should work automatically.
You can check the settings in Claude to confirm that the MCP Stock Market server is running.
