mcpbeat Sign in

Piaso MCP Server

local only

Piaso MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 366 installs a week from pypi. Last commit 5 Sep 2026.

PIASO single-cell ecosystem docs (PIASO, COSG, cytome, LARIS, cytorete) + live PIASOmarkerDB

Installs per day peak 249 · avg 19 · +481% w/w
a month agotoday
366
Installs / week
pypi · piaso-mcp
2
Stars
0 open issues
5 Sep 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 3 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Reads files and sends them to the network mcp/piaso_mcp/server.py:43, [пакет] piaso_mcp/server.py:43
    for p in DATA.rglob("*.md"):

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add piaso-mcp -- uvx piaso-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "piaso-mcp": {
      "args": [
        "piaso-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.piaso-mcp]
command = "uvx"
args = ["piaso-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "piaso-mcp": {
      "args": [
        "piaso-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "piaso-mcp": {
      "args": [
        "piaso-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Piaso MCP

same job, measured the same way
Peeringdb
by pipeworx-io

PeeringDB MCP — the peering ecosystem database.

39 tools answering
Pg Aiguide
by timescale

Comprehensive PostgreSQL documentation and best practices, including ecosystem tools

120 installs/wk 2 tools answering
L2beat
by pipeworx-io

L2BEAT MCP — Layer 2 ecosystem analytics

36 tools answering
Axon Research
by raysker

AI agent ecosystem research, DeFi analysis, and market research tools

20 installs/wk local only
steamwebapi
by sellrock-de

Live Steam Market API docs, schemas, products, games, markets and endpoint search.

11 tools answering
Newsgurus Intel
by collectorguru

Pay-per-call trading intelligence for AI agents: live market regime, trading signals, composite conv

38 tools answering
Actvt
by actvt

Query live Mac system metrics, listening ports, and Claude Code and Codex session history.

local only
Ecosystems
by pipeworx-io

ecosyste.ms Packages MCP.

39 tools answering

Piaso MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Piaso MCP?
Piaso MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package piaso-mcp was installed 366 times last week.
How do I connect Piaso MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls piaso-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Piaso MCP?
The pypi package piaso-mcp was installed 366 times in the last week. Week over week that is +481%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Piaso MCP open source?
We cannot say either way: written in Python and 2 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.