propaths-mcp
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., "@propaths-mcpSearch ProPaths for ATXN3 and summarize its strongest mechanistic interaction."
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.
propaths-mcp
An MCP server that exposes the ProPaths
verified protein-interactome as read-only tools for AI agents. It is a thin
client over the public ProPaths API (https://propaths.net), so every tool
returns exactly the API's JSON. No account, no API key.
ProPaths reads a protein's primary literature and returns a verified graph of typed, directed, mechanistic interactions plus a pathway ontology. One protein (ATXN3) is fully mapped today.
Quickstart (Claude Desktop / any MCP client)
Add this to your MCP client config. uvx fetches and runs the server; nothing
to clone or install.
{
"mcpServers": {
"propaths": {
"command": "uvx",
"args": ["propaths-mcp"]
}
}
}Then ask, e.g., "search ProPaths for SCA3 and summarize its strongest
mechanistic interaction." The agent will call search_proteins then
get_protein, and drill in with get_interaction.
Prefer the raw API? It is public and keyless:
curl https://propaths.net/api/protein/ATXN3
curl 'https://propaths.net/api/search?q=SCA3'Tools
Tool | What it does |
| Find a protein by symbol, alias, or name (start here) |
| Compact interactome overview (the main entry point) |
| One interaction's full mechanism + evidence |
| The interaction(s) between two proteins, in one call |
| Filtered/sorted headline rows |
| The controlled vocabulary (edge kinds, types, directions) + counts |
| A pathway node with its lineage and member interactions |
| The full pathway scaffold (resolves pathway ids to names) |
| The best-evidenced interactions |
| Export a protein's network as TSV / SIF / GraphML (Cytoscape, networkx) |
| The graph vocabulary + how to use the tools (offline) |
Also exposed as MCP resources (propaths://schema, propaths://interaction-types,
propaths://pathways/tree, and the propaths://protein/{symbol} template) and
prompts (profile-protein, strongest-evidence, explain-pathway).
All tools are read-only and idempotent.
Configuration
Env var | Default | Purpose |
|
| API base URL. Point at |
Run without uvx
pip install propaths-mcp
propaths-mcp # runs the stdio server
# or: python -m propaths_mcpBefore it is published, you can run straight from the repo:
uvx --from git+https://github.com/Tahsin-Kazi/propaths-mcp propaths-mcpNotes
Read-only and public; reads are rate-limited per client. Write/enrichment access and a hosted MCP are gated. Get in touch.
Errors are graceful: a missing protein returns
{"error": "...", "status": 404}; an unreachable API raises with a hint.
Docs: https://propaths.net/quick-start · License: MIT
This server cannot be installed
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 Connectors
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
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/Tahsin-Kazi/propaths-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server