MCP-Rick-Morty-API-Playground

MCP-Rick-Morty-API-Playground

3.1

If you are the rightful owner of MCP-Rick-Morty-API-Playground and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP-Rick-Morty-API-Playground is a server for interacting with the Rick and Morty API using Claude for desktop, allowing retrieval of characters by ID or all characters with pagination.

MCP-Rick-Morty-API-Playground

MCP server for playing with Rick and Morty API, which using claude for desktop, can get characters per ID or all characters with pagination.

This is a Typescript project that uses the Rick & Morty GraphQL

1. Install

Clone this repository to your local or docker

Run

npm install 

2. How to configure it within Claude Desktop

Then find the "claude_desktop_config.json" file and modify the path to this file

3. How to run

Open Claude for Desktop and use

get-character # to get characters by ID
# or
get-characters # to get all the characters with pagination

4. Learn more

To learn more about MCP and how to configure them, take a look at the following resources:

  • MCP Quickstart - Learn about how to configure MCP core concepts and how to use Claude For desktop with this repo.