Core
Freeby MCP Community
Shared infrastructure for Transcend MCP Server packages
v1.0.2Added Apr 12, 2026
Core MCP Server
Shared infrastructure for Transcend MCP Server packages
Installation
Reviews
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"]
}
}
}