Wegene Assistant MCP Server
The Wegene Assistant MCP Server enables authorized users to access and analyze their WeGene genetic testing reports using an LLM. With this server, you can:
Authorize accounts: Start a WeGene Open API oAuth2 process to authorize a user's account and retrieve an access token
Retrieve profiles: Fetch the list of profiles associated with a user's WeGene account
Get report information: Retrieve metadata about all available genetic reports for a user
Access genetic reports: Fetch specific genetic test results from a profile using their endpoint, report ID, and profile ID
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Wegene Assistant MCP Servershow me my genetic health risks report"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
wegene-assistant MCP server
MCP server for WeGene Assistant, using LLM to analyze a user's WeGene genetic testing report.
Components
Resources
Once a user is authorized, all the reports under his/her account will be exposed as a resource:
Custom wegene:// URI scheme for accessing each individual report
A report resource has a name, description and application/json mimetype
Tools
The server implements one tool:
wegene-oauth: Start a WeGene Open API oAuth process in the browser
The user should complete the authorization in 120 seconds so LLM will be able to further access the reports.
wegene-get-profiles: Read the profile list under a user's WeGene account
Profiles' name and id will be returned for LLM to use.
wegene-get-report-info: Return the report meta info so LLM will know what reports are available.
A list of report names, descriptions, endpoints, etc. will be returned
wegene-get-report: Read the results of a single report under a profile
Returns the result JSON specified in WeGene's Open API platform
Arguements
report_endpoint: The report's endpoint to be retrieved from
report_id: The report's id to be retrieved
profile_id: The profile id to retrieve report from
Related MCP server: gwas-mcp
Configuration
You will need WeGene Open API key/secret to use this project.
Copy
.env.exampleas.envand update the key and secret in the file.
Quickstart
Install
Installing via Smithery
To install WeGene Assistant for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @xraywu/mcp-wegene-assistant --client claudeInsall Locally
Prepare MCP Server
Clone this project
Run
uv sync --dev --all-extrasunder the project's root folder
Claude Desktop Configuration
On MacOS:
~/Library/Application\ Support/Claude/claude_desktop_config.jsonOn Windows:
%APPDATA%/Claude/claude_desktop_config.json
Add below contents in the configuration file:
{
"mcpServers": {
"wegene-assistant": {
"command": "uv",
"args": [
"--directory",
"/path/to/wegene-assistant",
"run",
"wegene-assistant"
]
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceUpload your raw DNA file from 23andMe, AncestryDNA, MyHeritage, FamilyTreeDNA, or any VCF -- and watch a team of AI agents fan out across 16+ public genomics databases, share discoveries with each other in real time, and produce a comprehensive health report. Everything runs on your machine. Nothing is uploaded anywhere.2416MIT
- AlicenseCqualityFmaintenanceProvides AI-powered access to major biological databases for GWAS and bioinformatics research. Enables natural language queries for protein, gene, variant, pathway, and drug discovery analysis.441MIT
- Alicense-qualityDmaintenanceEnables AI agents to query clinical genomics databases, retrieve supporting literature, analyze population genetics, and visualize biological pathways.22MIT
- AlicenseAqualityDmaintenanceEnables AI-driven pharmacogenomic analysis by querying structured genetic variant, drug response, and disease risk data. Supports natural language questions about medications, traits, and health risks based on user genome data, with privacy-first local execution.1645511MIT
Related MCP Connectors
Garmin data in Claude & ChatGPT via the Garmin Health API. OAuth sign-in, no password sharing.
63 tools for Apple Health, Fitbit, Oura & Health Connect data in Claude, ChatGPT, Grok & Mistral.
Doctor-reviewed blood-test markers, conditions & symptoms as agent tools. EN/RU/HE. Hosted.
Appeared in Searches
- A search related to PHP web development or applications
- Resources and Tools for Data Analysis
- Researching Effective Methods for Developing AI Agents
- Replicating ChatGPT Memory Functionality for Task Management and Skill Tracking
- A guide on utilizing Python for solving numerical problems using internet resources
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xraywu/mcp-wegene-assistant'
If you have feedback or need assistance with the MCP directory API, please join our Discord server