R
MCP server
Replicate MCP Server
Finds and runs Replicate models straight from an MCP client.
Add it to your client
OfficialInstall
npx -y replicate-mcp
mcpServers
{
"mcpServers": {
"replicate-mcp": {
"command": "npx",
"args": [
"-y",
"replicate-mcp"
]
}
}
}- Transport
- both
- Runtime
- Node
- Auth
- Required
Wraps Replicate's HTTP API so an agent can search the model catalogue, compare candidates, start a prediction and read the output back. The hosted endpoint tracks the API as it changes; the same server also ships as an npm package you can run locally over stdio. A Replicate API token is required, and the server is listed in the official MCP registry for auto-discovery.
Similar MCP servers
Playwright MCP
MCP serverGives an assistant a real browser to click, type and read pages with
Browsers & AutomationDeveloper Tools
Terraform MCP Server
MCP serverRegistry lookups and HCP Terraform workspace operations for agents.
Developer ToolsCloud Platforms & Infrastructure
GitHub MCP Server
MCP serverGitHub's own server for repos, issues, pull requests and workflow runs
Developer ToolsVersion Control & Repos
Comments(0)
Sign in to comment