TogoMCP
Click on "Deploy 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., "@TogoMCPfind all genes associated with Alzheimer's disease"
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.
IMPORTANT NOTE!!
TogoMCP is now maintained at DBCLS. This repository will no longer be updated.
TogoMCP: MCP server for the RDF Portal databases
This MCP server executes SPARQL queries against various biological/biomedical RDF databases provided at the RDF Portal.
Additional functionalities are also provided that interact with a few REST APIs at various sites.
Installation
Python (>= 3.11)
uv package manager
Install uv (if not yet installed)
# macOS/Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
# Windows
> powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"Install RDFPortal-MCP server
# Clone the repository
git clone https://github.com/arkinjo/togo-mcp.git
cd togo-mcp
# Install dependencies
uv sync
Related MCP server: UniProt MCP Server
Configuration
Claude Desktop Configuration
Change the file paths as appropriate.
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: ~\AppData\Roaming\Claude\claude_desktop_config.json
{
"mcpServers": {
"togomcp": {
"command": "{path to uv}/uv",
"args":[
"--directory",
"{path to togo-mcp}/togo-mcp",
"run",
"togo-mcp-server"
]
}
}
}"Admin" mode
In the above setting, you can also use togo-mcp-admin instead of togo-mcp-server, which includes additional MCP tools for generating new MIE files.
This server cannot be deployed
Maintenance
Related MCP Connectors
Search and fetch Wikidata entities, execute SPARQL queries, and resolve external identifiers.
Query STRING interactions, enrichment, annotations, homology, and PPI networks.
Search biomedical papers, inspect publication records, and traverse citation or semantic graphs.
Search biomedical literature, get article details, find related articles, and explore MeSH terms
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables users to write and execute SPARQL queries against open-access SPARQL endpoints by providing relevant query examples, schema information, and endpoint metadata. Supports querying biological databases like UniProt and Bgee through natural language interactions.12MIT
- AlicenseBqualityDmaintenanceProvides seamless access to UniProtKB protein database, enabling queries for protein entries, sequences, Gene Ontology annotations, full-text search, and ID mapping across 200+ database types.52MIT
- AlicenseNot gradedqualityCmaintenanceProvides access to UniProt protein sequence and function knowledge base, enabling search and retrieval of protein entries, proteomes, taxonomy, and feature annotations.2 npmMIT
- AlicenseAqualityAmaintenanceAn MCP server that gives AI assistants access to biological and biomedical RDF databases via SPARQL at the RDF Portal, as well as selected REST APIs (NCBI E-utilities, UniProt, ChEMBL, PDB, Reactome, Rhea, MeSH, and more).2915MIT