Defines tools using regular GraphQL queries/mutations and automatically generates an MCP server for the tools, enhancing GraphQL to MCP integration.
Loading more......
An MCP server that automates the installation of other MCP servers, streamlining setup for MCP-based systems.
MCP servers for automating and controlling the user's browser using existing browser profiles, ideal for tasks requiring logged-in sessions and avoiding bot detection. Includes implementations by browsermcp and modelcontext.
MCP server connecting AI agents to the Chargebee billing platform, enabling automation and query of payment workflows.
A general-purpose MCP Server that can execute any command with run_command and run_script tools, demonstrating the flexible server capabilities under the MCP standard.
An MCP server for local Taskwarrior integration, supporting add, update, and remove task operations through MCP.
An MCP server for automatic on-screen GUI operations, enabling AI models to control GUI elements via MCP.
Development Tools / MCP Servers
gqai is a lightweight proxy that exposes GraphQL operations as Model Context Protocol (MCP) tools for AI systems like Claude, Cursor, and ChatGPT. It enables users to define tools using standard GraphQL queries and mutations against a live GraphQL backend, and automatically generates an MCP server for those tools, facilitating seamless integration between GraphQL and MCP-compatible AI models.
.graphqlrc.yml for specifying GraphQL schema endpoints, operations, and headers..graphql files and exposes them as tools.mcp.json configuration.mcp, graphql, automation, open-source