What is the io.github.MR901/mcp-plots MCP server?
MCP server for data visualization with Mermaid charts.
How to install io.github.MR901/mcp-plots
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": {
"mcp-plots": {
"command": "uvx",
"args": [
"mcp-plots"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-plots": {
"command": "uvx",
"args": [
"mcp-plots"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-plots": {
"command": "uvx",
"args": [
"mcp-plots"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-plots": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-plots"
]
}
}
}Claude Code
claude mcp add mcp-plots -- uvx mcp-plots