股票新闻搜索
STDIO实时股票新闻搜索服务器
实时股票新闻搜索服务器
🔌 Compatible with Cline, Cursor, Claude Desktop, and any other MCP Clients!
Search Stock News MCP works seamlessly with any MCP client
The Model Context Protocol (MCP) is an open standard that enables AI systems to interact seamlessly with various data sources and tools, facilitating secure, two-way connections.
The Search Stock News MCP server provides:
Before you begin, ensure you have:
npx -y search-stock-news-mcp@latest
To install Search Stock News MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install search-stock-news-mcp --client claude
The easiest way to set up the Search Stock News MCP server in Cline is through the marketplace:
Alternatively, manually configure the server in Cline:
# For macOS: code ~/Library/Application\ Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json # For Windows: code %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{ "mcpServers": { "search-stock-news-mcp": { "command": "npx", "args": ["-y", "search-stock-news-mcp@latest"], "env": { "TAVILY_API_KEY": "your-api-key-here" }, "disabled": false, "autoApprove": [] } } }
To set up the Search Stock News MCP server in Cursor:
env TAVILY_API_KEY=your-api-key-here npx -y search-stock-news-mcp@latest
touch "$HOME/Library/Application Support/Claude/claude_desktop_config.json" open -e "$HOME/Library/Application Support/Claude/claude_desktop_config.json"
code %APPDATA%\Claude\claude_desktop_config.json
Add the server configuration:
{ "mcpServers": { "search-stock-news-mcp": { "command": "npx", "args": ["-y", "search-stock-news-mcp@latest"], "env": { "TAVILY_API_KEY": "your-api-key-here" } } } }
{ "symbol": "AAPL", "companyName": "Apple Inc.", "maxResults": 10 }
{ "symbol": "TSLA", "companyName": "Tesla Inc.", "maxResults": 20, "searchDepth": "advanced", "minScore": 0.6 }
{ "symbol": "MSFT", "companyName": "Microsoft Corporation", "includeDomains": ["reuters.com", "bloomberg.com"] }
Server Not Found
API Key Issues
Search Results Issues
MIT