Skip to content
Back to search
30
MCP

GraphQL

pulsemcp/graphql

Transforms any GraphQL API into dynamic tools through automatic schema introspection, enabling direct access to structured data with parameter validation and configurable security controls.

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

Similar MCP servers embedding-nearest

Apollo GraphQL
Enables AI agents to interact with GraphQL APIs by exposing operations as tools, supporting both local schema files and Apollo GraphOS integ
0 tools
graphql-mcp-server
Dynamic MCP server that auto-generates tools from any GraphQL API schema
0 tools
io.github.docat0209/graphql
Turn any GraphQL API into MCP tools. Zero config, zero code.
0 tools
graphql-to-mcp
Turn any GraphQL API into MCP tools. Zero config, zero code — just point at an endpoint.
0 tools
GraphQL to MCP
Auto-generates MCP tools from GraphQL operations, with built-in support for authenticated and public tool separation.
0 tools
io.github.Docat0209/graphql
Turn any GraphQL API into MCP tools. Zero config, zero code.
0 tools

How to use

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

{
  "mcpServers": {
    "graphql": {
      "url": "None",
      "transport": "http"
    }
  }
}