Skip to content

Core

Free

by MCP Community

Shared infrastructure for Transcend MCP Server packages

v1.0.2Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Core MCP Server

Shared infrastructure for Transcend MCP Server packages

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @transcend-io/mcp-server-core
Add to claude_desktop_config.json
{
  "mcpServers": {
    "core": {
      "command": "npx",
      "args": ["-y", "@transcend-io/mcp-server-core"]
    }
  }
}