MCP Hub
Back to servers

rickmorty

Rick and Morty MCP — wraps The Rick and Morty API (free, no auth)

Registry
Updated
Apr 2, 2026

mcp-rickmorty

MCP server for The Rick and Morty API. Free, no auth required.

Tools

ToolDescription
search_charactersSearch for characters by name
get_characterGet detailed info about a character by ID
get_locationGet details about a location by ID
get_episodeGet details about an episode by ID

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "rickmorty_search_characters",
      "arguments": { "name": "Rick" }
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review