Skip to content
Back to search
30
MCP

@mseep/mcp-graphql-forge

npm/@mseep/mcp-graphql-forge

MCP server that exposes GraphQL APIs to AI tools through automatic schema introspection and tool generation

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

Similar MCP servers embedding-nearest

graphe-mcp
MCP server for connecting AI tools to the Graphe API
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
graphql-mcp-server
Dynamic MCP server that auto-generates tools from any GraphQL API schema
0 tools
Apollo MCP Server
MCP server that exposes GraphQL operations as tools for AI models.
0 tools
@mseep/mcp-server
MCP server for BaseQL - Query Airtable and Google Sheets via GraphQL
0 tools

How to use

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

{
  "mcpServers": {
    "@mseep/mcp-graphql-forge": {
      "url": "None",
      "transport": "http"
    }
  }
}