quickstart-weiyun-mcp-server
v1.0.11
Published
A Model Context Protocol server for searching patients' data using Weiyun API
Maintainers
Readme
quickstart-weiyun-mcp-server MCP Server
Development
Install dependencies:
npm installBuild the server:
npm run buildInstallation
Installing
npm install quickstart-weinyun-mcp-serverInstalling via Smithery
To install QuickChart Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install quickstart-weiyun-mcp-server --client claudeTo use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"quickstart-server": {
"command": "node",
"args": ["/path/to/quickstart-server/build/index.js"]
}
}
}or
{
"mcpServers": {
"quickchart-server": {
"command": "npx",
"args": [
"-y",
"quickstart-weiyun-mcp-server"
]
}
}
}📜 License
This project is licensed under the MIT License.
