MCP server to analyze your genetic test results from WeGene
MCP server for WeGene Assistant, using LLM to analyze a user’s WeGene genetic testing report.
Once a user is authorized, all the reports under his/her account will be exposed as a resource:
The server implements one tool:
.env.example as .env and update the key and secret in the file.To install WeGene Assistant for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @xraywu/mcp-wegene-assistant --client claude
uv sync --dev --all-extras under the project’s root folder~/Library/Application\ Support/Claude/claude_desktop_config.json%APPDATA%/Claude/claude_desktop_config.jsonAdd below contents in the configuration file:
{
"mcpServers": {
"wegene-assistant": {
"command": "uv",
"args": [
"--directory",
"/path/to/wegene-assistant",
"run",
"wegene-assistant"
]
}
}
}
Dubco Mcp Server
MCP server for Dub.co link shortener API integration
Mcp Crypto Price
A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data.
Dingding_mcp_v2
An MCP tool server that provides a stateful terminal.
DevEnvInfoServer - Cursor MCP Server for Development Environment Information
A VMware ESXi/vCenter management server based on MCP (Model Control Protocol), providing simple REST API interfaces for virtual machine management.