GraphQL MCP ToolkitServer

kailashAppDev
GitHub
GraphQLAPIMCP

Loading subscription status...

💡 Description

A Model Context Protocol server that enables interaction with GraphQL APIs by providing schema introspection and query execution capabilities. This implementation allows models to dynamically discover and use GraphQL APIs.

📝 JSON Entries

{
  "mcpServers": [
    {
      "mcp-graphql": {
        "args": [
          "mcp-graphql",
          "--endpoint",
          "http://localhost:3000/graphql"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

introspect-schemaquery-graphql

Features

  • Schema introspection
  • Query execution
  • Mutations handling

💬 Example Queries

  • Run a GraphQL introspection query on the endpoint
  • Query the GraphQL API to retrieve specific data