PIASO For Agents
Rank #61,293io.github.genecell/piaso-mcp
PIASO single-cell omics docs + live PIASOmarkerDB, for coding agents.
PIASO For Agents is a Model Context Protocol (MCP) server published by genecell. It ranks #61,293 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. PIASO For Agents is listed on Official MCP, with 1 tracked version. It was first listed on Jul 15, 2026 and most recently updated on Jul 15, 2026.
Ranks ahead of 54,298 of 115,591 servers on MCP Toplist.
Use PIASO For Agents
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add piaso-mcp -- uvx piaso-mcp[mcp_servers.piaso-mcp]
command = "uvx"
args = ["piaso-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"piaso-mcp": {
"command": "uvx",
"args": [
"piaso-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"piaso-mcp": {
"command": "uvx",
"args": [
"piaso-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"piaso-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"piaso-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"piaso-mcp": {
"command": "uvx",
"args": [
"piaso-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"piaso-mcp": {
"command": "uvx",
"args": [
"piaso-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.genecell%2Fpiaso-mcp)<a href="https://mcptoplist.com/server/io.github.genecell%2Fpiaso-mcp"><img src="https://mcptoplist.com/badge/io.github.genecell%2Fpiaso-mcp.svg" alt="MCP Toplist: #61,293 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
genecell
Other servers by genecell
View all genecell servers →Available versions (1)
| Version | Published |
|---|---|
| 0.0.2 | Jul 15, 2026 |
Frequently asked questions
- Who maintains PIASO For Agents?
- PIASO For Agents is maintained by genecell, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is PIASO For Agents listed on the Official MCP Registry?
- Yes — PIASO For Agents is listed on the Official MCP Registry.
- How many versions does PIASO For Agents have?
- MCP Toplist tracks 1 version of PIASO For Agents, most recently published on Jul 15, 2026.
- Where can I find the source code for PIASO For Agents?
- The source code for PIASO For Agents is hosted at github.com/genecell/PIASO-for-agents.