PluginBench
MCP Server
Stale
MIT

io.github.MR901/plots-mcp MCP Server

io.github.MR901/plots-mcp

What is the io.github.MR901/plots-mcp MCP server?

MCP server for data visualization with Mermaid charts.

How to install io.github.MR901/plots-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": {
    "plots-mcp": {
      "command": "uvx",
      "args": [
        "mcp-plots"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "plots-mcp": {
      "command": "uvx",
      "args": [
        "mcp-plots"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "plots-mcp": {
      "command": "uvx",
      "args": [
        "mcp-plots"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "plots-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-plots"
      ]
    }
  }
}
Claude Code
claude mcp add plots-mcp -- uvx mcp-plots

Related MCP servers

MCP server for data visualization with Mermaid charts.

4
Python
MIT
View repository →