G

GraphQL Bridge

Provides a bridge between MCP clients and GraphQL APIs, enabling introspection of schemas and execut...

279 views
2 installs
Updated Sep 9, 2025
Not audited
Provides a bridge between MCP clients and GraphQL APIs, enabling introspection of schemas and execution of arbitrary operations with full support for queries, mutations, variables, and authentication.
  1. Obtain the GraphQL API Endpoint

    • Determine the URL of the GraphQL API you want to connect to. This is usually documented in your service’s API documentation (e.g., https://your-api.com/graphql).
  2. (Optional) Obtain an Authentication Token

    • If your GraphQL API requires bearer token authentication:
      • Log in to your API provider’s dashboard or developer portal.
      • Find the section for creating or viewing API tokens or bearer tokens.
      • Follow the provider’s instructions to generate a token, and copy it. (The process varies—consult your API/provider documentation as needed.)
  3. Open the FastMCP Connection Interface

    • In your MCP client (such as Cursor or Claude Desktop), find and click the "Install Now" button for adding ENVs or starting a new MCP server connection.
  4. Fill in the Required Values

    • In the connection interface, enter:
      • GRAPHQL_ENDPOINT: Paste the GraphQL API endpoint URL obtained in step 1.
      • AUTH_TOKEN (optional): Paste the authentication token from step 2, if required. If not needed, you may leave this field blank.
  5. Save and Connect

    • Complete the connection setup in the interface. The MCP server will now use the values you provided to connect to your GraphQL API.

Quick Start

View on GitHub

More for API Development

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.