1. Conduid
  2. AI
  3. Graphql Tools
MCP server · AI

Graphql Tools

GraphQL MCP server for AI assistants

Unclaimed MIT last commit a year ago aiassitantgraphqlllmmcpmcp-servermodelcontextprotocol
57Fair

Scored 19 days ago · breakdown

About Graphql Tools

Graphql Tools is an MCP server published by saewoohan in the AI category: graphQL MCP server for AI assistants. It has been installed 0 times through Conduid.

The repository has 8 stars and 4 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-graphql-tools
Claude Code
claude mcp add graphql-tools -- npx -y mcp-graphql-tools
npx
npx -y mcp-graphql-tools

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Graphql Tools

Powered by Claude · Grounded in docs

I know everything about Graphql Tools. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

GraphQL MCP Tools

A Model Context Protocol (MCP) server implementation that provides GraphQL API interaction capabilities. This server enables AI assistants to interact with GraphQL APIs through a set of standardized tools.

Components

Tools

  • graphql_query

    • Execute GraphQL queries against any endpoint
    • Input:
      • query (string): The GraphQL query to execute
      • variables (object, optional): Variables for the query
      • endpoint (string, optional): GraphQL endpoint URL
      • headers (object, optional): HTTP headers for the request
      • timeout (number, optional): Request timeout in milliseconds
      • allowMutations (boolean, optional): Whether to allow mutation operations
  • graphql_introspect

    • Retrieve and explore GraphQL schema information
    • Input:
      • endpoint (string, optional): GraphQL endpoint URL
      • headers (object, optional): HTTP headers for the request
      • includeDeprecated (boolean, optional): Whether to include deprecated types/fields

Usage with Claude Desktop

NPX

{
  "mcpServers": {
    "graphql": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-graphql-tools",
        "--endpoint=https://api.github.com/graphql",
        "--headers={\"Authorization\":\"Bearer YOUR_GITHUB_TOKEN\"}",
        "--timeout=30000",
        "--maxComplexity=100"
      ]
    }
  }
}

Configuration Options

The server accepts the following command-line arguments:

  • --endpoint (-e): Default GraphQL endpoint URL (default: http://localhost:4000/graphql)
  • --headers (-H): Default headers for all requests as JSON string
  • --timeout (-t): Default request timeout in milliseconds (default: 30000)
  • --maxComplexity (-m): Maximum allowed query complexity (default: 100)

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

README mirrored from the source repository 19 days ago. The original is authoritative.

Questions

About Graphql Tools

How do I install Graphql Tools?

Run npx mcp-graphql-tools, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Graphql Tools safe to use with an AI agent?

Its trust score is 57 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Graphql Tools still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.