A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.apollographql.com/docs/apollo-mcp-server/quickstart below:

Get Started - Apollo GraphQL Docs

Let's run Apollo MCP Server for the first time! You will:

Want a quick overview of what we can do with Apollo MCP Server? Check out this YouTube video or blog post about what we'll cover in more detail here.

What You'll Build

In this quickstart, you'll create a working AI integration where Claude Desktop can query space-related data through GraphQL. By the end, you'll be able to:

Here's what the end result looks like:

You: "Tell me about the astronauts currently in space" Claude: [Uses GetAstronautsCurrentlyInSpace tool] "There are currently 7 astronauts aboard the International Space Station..."

This example uses a pre-built space API, but the same approach works with any GraphQL API - including your own production services.

If you learn best with videos and exercises, this

interactive course

teaches you how to set up Apollo MCP Server and create tools from

GraphQL

operations.

Prerequisites Step 1: Understand the Example

This guide uses an MCP example from the Apollo MCP Server repo. The example uses APIs from The Space Devs , and it defines a federated graph and the GraphQL operations of the graph to expose as MCP tools.

The example files located in graphql/TheSpaceDevs/ include:

Step 2: Run the MCP Server
  1. From the root directory of your local repo, run rover dev to start a local graph with an MCP Server:

    This command:

    See the command reference for a list of available configuration options.

  2. Start MCP Inspector to verify the server is running:

  3. Open a browser and go to http://127.0.0.1:6274

  4. In Inspector:

    You should see the tools from your server listed.

Step 3: Connect Claude Desktop

We're using Claude as our AI Assistant (acting as our MCP Client).

First, locate your Claude configuration file:

Then add the following configuration

  1. Open Claude's JSON config file and add this configuration:

You need Node v18 or later installed for

mcp-remote

to work. If you have an older version of Node, uninstall it and install the latest version from

nodejs.org

.

  1. Restart Claude.

Step 4: Test Your Setup

Let's verify everything is working:

  1. In Claude Desktop, type: "What MCP tools do you have available?"

  2. Try a real query: "Who are the astronauts currently in space?"

  3. If Claude can't see the tools:

Troubleshooting Common Issues MCP Server Won't Start MCP Inspector Connection Issues Claude Desktop Issues GraphQL Operation Issues Getting Help

If you're still having issues:

  1. Check the Apollo MCP Server GitHub issues

  2. Join the Apollo Community MCP Server Category

  3. Contact your Apollo representative for direct support

Next Steps

See the user guide to learn how to create tools from:

When you are ready, deploy the MCP server.

Additional Resources

Check out these blog posts to learn more about Apollo MCP Server:

Advanced Options Alternative ways to run the MCP Server Using STDIO TransportYou can run the MCP Server using STDIO transport instead of Streamable HTTP. This is useful for certain environments or when you need more direct control over the server process.
  1. Download the binary of the latest version of Apollo MCP Server
  2. Use MCP Inspector to run the server:
  3. Configure Claude Desktop to use STDIO:

Previous

Apollo MCP Server

Next

Installing Apollo MCP Server


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4