Replicate MCP Server
MCP 서버 복제
Replicate를 위한 모델 컨텍스트 프로토콜 서버 구현입니다. 간단한 도구 기반 인터페이스를 통해 Replicate 모델을 실행합니다.
빠른 시작
서버를 설치하세요:
지엑스피1
Replicate API 토큰을 받으세요:
API 토큰 복제 페이지 로 이동
토큰이 없으면 새 토큰을 만드세요.
다음 단계를 위해 토큰을 복사하세요
Claude Desktop 구성:
Claude 데스크톱 설정 열기(⌘,)
사이드바에서 "개발자" 섹션을 선택하세요
"구성 편집"을 클릭하여 구성 파일을 엽니다.
다음 구성을 추가하고
your_token_here실제 Replicate API 토큰으로 바꿉니다.
{
"mcpServers": {
"replicate": {
"command": "mcp-replicate",
"env": {
"REPLICATE_API_TOKEN": "your_token_here"
}
}
}
}Claude Desktop을 시작합니다. 새 채팅 창 오른쪽 하단에 🔨 망치 아이콘이 표시되면 도구를 사용할 수 있음을 나타냅니다.
(Cursor, Cline, Continue 등 다른 MCP 클라이언트를 사용할 수도 있습니다.)
Related MCP server: hex-mm-mcp
대체 설치 방법
소스에서 설치
git clone https://github.com/deepfates/mcp-replicate
cd mcp-replicate
npm install
npm run build
npm startnpx로 실행
npx mcp-replicate특징
모델
의미 검색을 사용하여 모델 검색
모델과 컬렉션을 탐색하세요
자세한 모델 정보와 버전을 확인하세요
예측
텍스트 또는 구조화된 입력으로 예측 만들기
트랙 예측 상태
실행 예측 취소
최근 예측을 나열하세요
이미지 처리
브라우저에서 생성된 이미지 보기
더 나은 성능을 위해 이미지 캐시를 관리하세요
구성
서버가 작동하려면 Replicate API 토큰이 필요합니다. Replicate 에서 토큰을 받을 수 있습니다.
토큰을 제공하는 방법은 두 가지가 있습니다.
1. Claude Desktop Config(권장)
빠른 시작 섹션에 표시된 대로 Claude Desktop 구성에 추가하세요.
{
"mcpServers": {
"replicate": {
"command": "mcp-replicate",
"env": {
"REPLICATE_API_TOKEN": "your_token_here"
}
}
}
}2. 환경 변수로서
또는 다른 MCP 클라이언트를 사용하는 경우 환경 변수로 설정할 수 있습니다.
export REPLICATE_API_TOKEN=your_token_here사용 가능한 도구
모델 도구
search_models: 의미 검색을 사용하여 모델 찾기list_models: 사용 가능한 모델 찾아보기get_model: 특정 모델에 대한 세부 정보를 가져옵니다.list_collections: 모델 컬렉션 탐색get_collection: 특정 컬렉션에 대한 세부 정보를 가져옵니다.
예측 도구
create_prediction: 입력을 사용하여 모델을 실행합니다.get_prediction: 예측 상태 확인cancel_prediction: 실행 중인 예측을 중지합니다.list_predictions: 최근 예측 보기
이미지 도구
view_image: 브라우저에서 이미지를 엽니다clear_image_cache: 캐시된 이미지 정리get_image_cache_stats: 캐시 사용량 확인
문제 해결
서버가 실행 중이지만 도구가 표시되지 않습니다.
Claude Desktop이 MCP 서버 설정으로 올바르게 구성되었는지 확인하세요.
Replicate API 토큰이 올바르게 설정되었는지 확인하세요.
서버와 Claude Desktop을 모두 다시 시작해 보세요.
서버 로그에서 오류 메시지를 확인하세요.
도구는 보이지만 작동하지 않습니다.
Replicate API 토큰이 유효한지 확인하세요.
인터넷 연결을 확인하세요
서버 출력에서 오류 메시지를 찾아보세요.
개발
종속성 설치:
npm install개발 서버 시작(자동 다시 로드 포함):
npm run dev코드 스타일 확인:
npm run lint형식 코드:
npm run format요구 사항
노드.js >= 18.0.0
타입스크립트 >= 5.0.0
Claude Desktop 도구를 사용하기 위한
특허
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with GitHub repositories, issues, pull requests, and content via the Model Context Protocol.1MIT
- FlicenseNot gradedqualityDmaintenanceEnables interaction with HexagonML ModelManager tools through the Model Context Protocol, allowing management of models via natural language.
- FlicenseNot gradedqualityDmaintenanceEnables any AI model to create, read, and edit Figma designs in real time through the Model Context Protocol.
- AlicenseCqualityBmaintenanceEnables chemical reaction predictions (retrosynthesis, product, reagents), molecule validation, and property calculation through the Model Context Protocol, integrating with AI assistants.5MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Connect AI agents to Replynodes over the Model Context Protocol.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/deepfates/mcp-replicate'
If you have feedback or need assistance with the MCP directory API, please join our Discord server