Connects Model Context Protocol (MCP) clients to GraphQL APIs, enabling interaction through standard input/output.
Mcp4gql is a Node.js/TypeScript server acting as a bridge between Model Context Protocol (MCP) clients and GraphQL APIs. By implementing the MCP `Server` class, it allows clients like Cursor and Claude Desktop to execute GraphQL queries and introspection via standard input/output. It exposes generic GraphQL tools such as schema introspection and query execution, streamlining the process of interacting with GraphQL endpoints from within MCP-enabled applications.