A FastMCP server.
Install dependencies using uv:
uv syncRun the server in development mode:
uv run src/server.pyAdd to your Claude Desktop configuration file at ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"microbiome-query": {
"command": "/Users/YOUR_USERNAME/.local/bin/uv",
"args": [
"--directory",
"/path/to/text-query",
"run",
"src/server.py"
]
}
}
}Replace:
YOUR_USERNAMEwith your actual username/path/to/text-querywith the full path to this repository
Find the full path to uv with:
which uvAfter updating the config, restart Claude Desktop.