GraphQL Bridge

GraphQL Bridge

jorgeraad

Enables MCP clients to interact with GraphQL APIs by providing schema introspection and query/mutation execution capabilities. Requires configuration with GraphQL endpoint URL and optional authentication token.

3713 views4Local (stdio)

What it does

  • Introspect GraphQL API schemas
  • Execute GraphQL queries and mutations
  • Pass variables to GraphQL operations
  • Authenticate with bearer tokens
  • Support named GraphQL operations

Best for

Frontend developers working with GraphQL APIsAPI testing and explorationIntegrating AI assistants with GraphQL backends
Zero setup with npxGeneric GraphQL supportBuilt-in authentication

Alternatives