Skip to content

Conversation

@Yeom-JinHo
Copy link
Contributor

closed #844

Description

This PR updates the MCP configuration example to use a CLI-safe alias for the server name so it works correctly with Claude Code and other MCP clients.


Changes

  • Renamed the mcpServers key in the README example from @magicuidesign/mcp to magicuidesign-mcp, while keeping the command and args (npm package name) unchanged.

Motivation

  • Claude Code rejects @magicuidesign/mcp as an invalid MCP server name (Names can only contain letters, numbers, hyphens, and underscores).
  • Using a simple alias like magicuidesign-mcp follows common MCP naming conventions and improves compatibility across different clients.
  • According to the official Claude tool documentation (“How to implement tool use”), the tool name must match the regex ^[a-zA-Z0-9_-]{1,64}$, which is incompatible with a scoped name like @magicuidesign/mcp.
@vercel
Copy link

vercel bot commented Jan 17, 2026

@Yeom-JinHo is attempting to deploy a commit to the product-studio Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant