Rick and Morty MCP — wraps the Rick and Morty API (free, no auth)
claude mcp add rick-and-morty --transport http https://gateway.pipeworx.io/rick-and-morty/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"rick-and-morty": {
"url": "https://gateway.pipeworx.io/rick-and-morty/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"rick-and-morty": {
"serverUrl": "https://gateway.pipeworx.io/rick-and-morty/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"rick-and-morty": {
"type": "http",
"url": "https://gateway.pipeworx.io/rick-and-morty/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"rick-and-morty": {
"url": "https://gateway.pipeworx.io/rick-and-morty/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"rick-and-morty": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/rick-and-morty/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://gateway.pipeworx.io/rick-and-morty/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.pipeworx-io--rick-and-morty/reviews or the review_server meta-tool.
POST /mcp