Content
# Stock MCP Server
A MCP server for real-time stock quotes, using Model Context Protocol (MCP).
## Tools
### get-quote
- Get real-time stock quotes
- Input:
- `symbol` (string): Stock symbol (e.g.: sh600000, sz000001)
## Configuration
### Using with Claude Desktop 、 Cline
Add the following configuration:
```json
{
"stock": {
"command": "npx",
"args": [
"-y",
"stock-mcp-server"
]
}
}
```
Alternatively, you can use the node command directly if you have the package installed:
```json
{
"json": {
"command": "node",
"args": [
"path/to/build/index.js"
]
}
}
```
## Development
### Build from source
1. Clone the repository
2. Install dependencies:
```bash
npm install
```
3. Build the project:
```bash
npm run build
```
Connection Info
You Might Also Like
Vibe-Trading
Vibe-Trading: Your Personal Trading Agent
ai-berkshire
Berkshire in the AI Era: A Value Investment Research Framework Based on...
hexstrike-ai
HexStrike AI is an AI-powered MCP cybersecurity automation platform with 150+ tools.
valuecell
Valuecell is a Python project for efficient data management.
tradingview-mcp
AI-assisted TradingView chart analysis — connect Claude Code to your...
tradingview-mcp
TradingView MCP Server offers real-time market analysis for crypto and stocks.