PluginBench
MCP Server

SBChart2.0 MCP MCP Server

kr.co.softbowl/sbchart2

What is the SBChart2.0 MCP MCP server?

Softbowl SBChart2.0 차트(chart) 라이브러리의 공식 API 문서를 검색해, AI가 정확한 차트 코드를 생성하도록 돕습니다.

How to install SBChart2.0 MCP

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "sbchart2": {
      "url": "https://softbowl.co.kr/mcp/sbchart2.do"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sbchart2": {
      "serverUrl": "https://softbowl.co.kr/mcp/sbchart2.do"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "sbchart2": {
      "type": "http",
      "url": "https://softbowl.co.kr/mcp/sbchart2.do"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "sbchart2": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://softbowl.co.kr/mcp/sbchart2.do"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http sbchart2 https://softbowl.co.kr/mcp/sbchart2.do

Related MCP servers

Softbowl SBGrid3.0 데이터 그리드(grid)의 공식 API 문서를 검색해, AI가 정확한 그리드 코드를 생성하도록 돕습니다.