
Plots Mcp
Generate Mermaid visualizations from agent chats when you install the plots-mcp PyPI entry instead of the sibling mcp-plots package name.
Overview
plots-mcp is a MCP server for the Build phase that exposes Mermaid chart generation for agent-assisted documentation.
What is this MCP server?
- Same Mermaid-focused visualization purpose as MR901/mcp-plots with plots-mcp GitHub source
- Early PyPI release 0.0.1 on identifier mcp-plots for stdio MCP hosts
- Agent-callable plotting without standing up Jupyter or Grafana for simple diagrams
- Text charts that diff cleanly in git for indie documentation loops
- Developer Tools adjacent analytics affordance for README and ADR updates
- Server manifest version 0.0.1
- PyPI package version 0.0.1 with identifier mcp-plots
- GitHub source github.com/MR901/plots-mcp
Community signal: 4 GitHub stars.
What problem does it solve?
Switching between chat and a diagram editor breaks flow when you only need simple Mermaid output in markdown.
Who is it for?
Builders already pinned to the plots-mcp GitHub distribution who want the lightest Mermaid MCP path.
Skip if: Production analytics teams that need governed datasets, dashboards, or non-Mermaid chart types.
What do I get? / Deliverables
Installing plots-mcp lets your agent emit Mermaid blocks you drop into docs without leaving the MCP session.
- Mermaid syntax blocks for technical writing
- Agent workflow hook for refreshing diagrams in git-tracked docs
Recommended MCP Servers
Journey fit
How it compares
Sibling packaging of the MR901 Mermaid MCP—not a separate visualization engine category.
Common Questions / FAQ
Who is plots-mcp for?
Indie developers wiring MCP stdio servers who follow the plots-mcp repository and want Mermaid charts from their coding agent.
When should I use plots-mcp?
Use it during doc-heavy build work when markdown Mermaid is enough and your install docs reference this repo slug.
How do I add plots-mcp to my agent?
Install from PyPI package mcp-plots per this server manifest, configure stdio in your MCP client, and call the visualization tools from the agent.