
Stock Ticker MCP Server
from LoSinCos
A demo MCP server that provides rude responses to stock queries.
๐ฅโ VerifiedFreeQuick setup
Installation
Installing via Smithery
To install Stock Ticker Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @LoSinCos/stock-ticker-mcp --client claudeManual Installation
# Create and activate virtual environment
python -m venv .venv
source .venv/bin/activate
# Install dependencies
uv pip install -r requirements.txtUsage with Claude Desktop
- Add the server configuration to your Claude Desktop config:
{
"mcpServers": {
"stock_ticker_server": {
"command": "uv",
"args": ["--directory", "/path/to/stock-ticker-mcp", "run", "server.py"]
}
}
}- Restart Claude Desktop
- Look for the hammer icon to access the tool
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.