전통적으로 각 서비스마다 별도의 API 통합이 필요했던 것과 달리, MCP를 통해 표준화된 하나의 인터페이스로 여러 서비스에 접근할 수 있어 개발 복잡성이 크게 줄어듭니다.
MCP 서버 레지스트리 및 호스팅 플랫폼: MCP(Model Context Protocol) 서버들을 발견하고, 설치하며, 관리할 수 있는 중앙 집중식 플랫폼
Context7는 선택적 API Key 지원 - 더 높은 속도 제한을 원할 때만 필요
ctx7sk-
접두사)ReactBits MCP 서버는 선택적 GitHub Token 지원 - 높은 API 속도 제한용
GITHUB_TOKEN
으로 설정 (선택사항){
"mcpServers": {
"supabase-mcp": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@smithery/cli@latest",
"run",
"@supabase-community/supabase-mcp",
"--key",
"your-smithery-api-key",
"--profile",
"your-profile-name"
]
},
"smithery-notion": {
"type": "http",
"url": "https://server.smithery.ai/@smithery/notion/mcp"
}
}
}
{
"mcpServers": {
"context7": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp",
"--api-key",
"ctx7sk-your-api-key"
]
},
"reactbits": {
"command": "npx",
"args": [
"reactbits-dev-mcp-server"
],
"env": {
"GITHUB_TOKEN": "your-github-token-optional"
}
}
}
}
{
"mcpServers": {
"supabase-mcp": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@smithery/cli@latest",
"run",
"@supabase-community/supabase-mcp",
"--key",
"your-smithery-api-key",
"--profile",
"your-profile-name"
]
},
"notion": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"@smithery/cli@latest",
"run",
"@smithery/notion",
"--key",
"your-smithery-api-key",
"--profile",
"your-profile-name"
]
}
}
}
{
"mcpServers": {
"react-bits-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://react-bits-mcp.davidhzdev.workers.dev/sse"
]
}
}
}
패키지: @upstash/context7-mcp
공식 문서: ReactBits.dev MCP 문서
ReactBits MCP 설정의 정확한 방법은 ReactBits 공식 사이트의 MCP 탭에서 확인하시기 바랍니다. 공식 문서에는 다음 내용이 포함되어 있습니다:
일반적인 설치 방식:
# NPX를 통한 직접 실행
npx reactbits-dev-mcp-server
참고: ReactBits는 135개 이상의 애니메이션 React 컴포넌트에 접근할 수 있으며, 선택적으로 GitHub Token을 설정하면 더 높은 API 속도 제한을 받을 수 있습니다.
이 링크를 통해 구매하시면 제가 수익을 받을 수 있어요. 🤗