Skip to content
Back to search
30
MCP

graphql-mcp-server

pypi/graphql-mcp-server

Dynamic MCP server that auto-generates tools from any GraphQL API schema

Uptime
0.0%
27 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

GraphQL to MCP
Auto-generates MCP tools from GraphQL operations, with built-in support for authenticated and public tool separation.
0 tools
@mseep/mcp-graphql-forge
MCP server that exposes GraphQL APIs to AI tools through automatic schema introspection and tool generation
0 tools
mcp-graphql-tools
GraphQL MCP server for AI assistants
0 tools
@supernova123/graphql-mcp-server
MCP server for GraphQL — schema introspection, auto-generated tools, query/mutation execution for Claude, Cursor, and AI agents
0 tools
graphe-mcp
MCP server for connecting AI tools to the Graphe API
0 tools
graphql-mcp
A framework for building Python GraphQL MCP servers.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "graphql-mcp-server": {
      "url": "None",
      "transport": "http"
    }
  }
}