pipeworx-io/mcp-rickmorty
MCP server for Rick and Morty characters, locations, and episodes
Platform-specific configuration:
{
"mcpServers": {
"mcp-rickmorty": {
"command": "npx",
"args": [
"-y",
"mcp-rickmorty"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for The Rick and Morty API. Free, no auth required.
| Tool | Description | |------|-------------| | search_characters | Search for characters by name | | get_character | Get detailed info about a character by ID | | get_location | Get details about a location by ID | | get_episode | Get details about an episode by ID |
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
}'MIT
Loading reviews...