PluginBench
MCP Server
Maintained

io.github.genecell/piaso-mcp MCP Server

io.github.genecell/piaso-mcp

What is the io.github.genecell/piaso-mcp MCP server?

PIASO single-cell omics docs + live PIASOmarkerDB, for coding agents.

How to install io.github.genecell/piaso-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "piaso-mcp": {
      "command": "uvx",
      "args": [
        "piaso-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "piaso-mcp": {
      "command": "uvx",
      "args": [
        "piaso-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "piaso-mcp": {
      "command": "uvx",
      "args": [
        "piaso-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "piaso-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "piaso-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add piaso-mcp -- uvx piaso-mcp

Related MCP servers

bioRxiv/medRxiv/arXiv preprint full text as structured sections for AI agents + search.

2
Python
View repository →