Stats
Actions
Tags
From clio-plot
Local stdio MCP server that runs 'uvx clio-kit plot' to provide plotting and visualization capabilities using the clio-kit Python tool. No secrets or API keys required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"clio-plot": {
"command": "uvx",
"args": [
"clio-kit",
"plot"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
npx claudepluginhub iowarp/clio-kit --plugin clio-plot