What is the GrapeCity GcExcel MCP server?
GrapeCity Software MCP for GcExcel docs, examples, and product assistance.
How to install GrapeCity GcExcel
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
AuthorizationrequiredsecretBearer token for GrapeCity MCP access. Enter the full value, for example: Bearer <your-key>.
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"gcexcel": {
"url": "https://mcp.grapecity.com.cn/mcp/gcexcel"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gcexcel": {
"serverUrl": "https://mcp.grapecity.com.cn/mcp/gcexcel"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"gcexcel": {
"type": "http",
"url": "https://mcp.grapecity.com.cn/mcp/gcexcel"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"gcexcel": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.grapecity.com.cn/mcp/gcexcel"
]
}
}
}Claude Code
claude mcp add --transport http gcexcel https://mcp.grapecity.com.cn/mcp/gcexcelRelated MCP servers
GrapeCity Software MCP for SpreadJS docs, examples, and product assistance.