Rostro
官方Turn any language model into a multimodal powerhouse that can generate images, music, videos and more on the fly. Rostro's tools are designed to be used by language models from the ground up, expanding capabilities with minimal context bloat.
Rostro's MCP Server
Turn any language model into a multimodal powerhouse that can generate images, music, videos and more on the fly. Rostro's tools are designed to be used by language models from the ground up, expanding capabilities with minimal context bloat.
Quick Setup
You will need a Rostro account for OAuth discovery and authentication in your client of choice.
MCP Server URL: https://proto.rostro.dev/mcp
Quick Install Links
- Cursor: Install in Cursor
- LM Studio: Install in LM Studio
API Key Setup (Optional)
For fixed API authentication instead of OAuth, add this to your settings:
"rostro": {
"url": "https://proto.rostro.dev/mcp",
"headers": {
"Authorization": "Bearer <YOUR_API_KEY>"
}
}
Get an API key from your account page.
Client-Specific Setup
Claude Desktop and Claude.ai
- Go to Claude Connectors
- Click "Add Custom Connector"
- Fill out the form:
- Name: "Rostro"
- URL: "https://proto.rostro.dev/mcp"
- Click "Add"
- Hit "Connect" and follow the OAuth flow
- Optionally, click "Configure" to give Claude preapproval for individual tools
Claude Code
Install using the command line:
claude mcp add rostro -t http https://proto.rostro.dev/mcp
Then start Claude and follow the instructions to complete authentication.
What is MCP?
Model Context Protocol (MCP) is an open standard that allows language models to securely connect to third-party data sources and tools.
相关服务器
Second Opinion MCP
Consult multiple AI models, including local, cloud, and enterprise services, to get diverse perspectives on a topic.
Rancher MCP Server
Model Context Protocol (MCP) server for the Rancher ecosystem: multi-cluster Kubernetes, Harvester HCI (VMs, storage, networks), and Fleet GitOps.
Concordia MCP
Provides comprehensive analytics for Solana wallets, including real-time portfolio insights and detailed DeFi activity tracking.
Weather Union
Provides weather data and air quality information using the Weather Union API.
MCP Docker Orchestrator
A daemon to orchestrate MCP servers as Docker containers and configure AWS ALB path-based routing.
ArgoCD
Expose the entire ArgoCD API to LLMs via MCP using just 2 auto-generated tools powered by the OpenAPI spec.
Remote MCP Server on Cloudflare
An MCP server designed to run on Cloudflare Workers, featuring OAuth login support and Cloudflare KV integration for data storage.
Remote MCP Server on Cloudflare
A remote MCP server deployable on Cloudflare Workers with OAuth login support, using Cloudflare KV for data storage.
Remote MCP Server (Authless)
A remote, authentication-free MCP server deployable on Cloudflare Workers or locally via npm.
mcp-k8s-go
Golang-based Kubernetes MCP Server. Built to be extensible.