Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ› ๏ธ Other Tools and Integrations
  3. MCP Graphql
MCP Graphql logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 4:02:00 AM

MCP Graphql

User RatingsBe the first to rate and review this MCP server!
View Repository408 GitHub StarsTotal stargazers on GitHub for the source repository (408 stars).Visit Website
graphqldeveloper-toolsapischema-introspection

Connects MCP clients to GraphQL endpoints for schema discovery and query execution, with mutations disabled by default.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "blurrah-mcp-graphql": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-graphql"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (2) Directory Badge Claim listing Alternatives๐Ÿ› ๏ธ More in Other Tools and Integrations

Overview

The blurrah/mcp-graphql MCP server lets AI clients inspect a GraphQL schema and execute queries against a configured endpoint. It can obtain the schema through GraphQL introspection, a local file, or a URL, and exposes the result as an MCP resource. Configure the endpoint and optional request headers through environment variables; enable mutations separately when write operations are appropriate. Reach for it when an agent needs dynamic access to an existing GraphQL API rather than a narrowly scoped custom MCP server.

Use cases

โ€ขInspect a GraphQL schema before generating queries
โ€ขExecute read-only GraphQL queries from an MCP client
โ€ขLoad a schema from a local file or URL
โ€ขSend custom authorization headers to a GraphQL endpoint

Key features

โ€ขGraphQL schema introspection
โ€ขGraphQL query execution
โ€ขSchema resource exposure
โ€ขCustom request headers
โ€ขOptional mutation support
โ€ขLocal or remote schema sources

Capabilities & Tool Schemas (2) ~65 tokensApproximate context cost of this serverโ€™s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server โ€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Graphql.

introspect-schema

This tool retrieves the GraphQL schema. Use this first if you don't have access to the schema as a resource.

query-graphql

Execute GraphQL queries against the endpoint. By default, mutations are disabled unless `ALLOW_MUTATIONS` is set to `true`.

How MCP Graphql works

What blurrah/mcp-graphql does

The blurrah/mcp-graphql MCP server connects an MCP client to a GraphQL API. It provides schema discovery and query execution so a model can learn the available types and fields before constructing requests. The server is intended for generic GraphQL access rather than an API-specific set of fixed tools.

A graphql-schema resource is also exposed to clients. Its contents can come from a local schema file, a schema file available at a URL, or an introspection request sent to the configured GraphQL endpoint.

How it works

The blurrah/mcp-graphql MCP server uses the configured ENDPOINT value as the target for GraphQL requests. The introspect-schema tool retrieves the schema when the client does not already have it as a resource. The query-graphql tool then sends GraphQL queries to the same endpoint.

Request headers are supplied as a JSON string through HEADERS. This can be used for API-specific headers such as an authorization header, although the README does not define a particular authentication provider or token format. A schema can be supplied independently with SCHEMA, using either a local path or a URL, instead of relying solely on endpoint introspection.

Setup and configuration

Run the package with the target endpoint supplied through environment variables. The endpoint defaults to http://localhost:4000/graphql, while headers default to an empty JSON object. NAME changes the MCP server name and defaults to mcp-graphql.

Relevant configuration includes:

  • ENDPOINT: GraphQL service URL.
  • HEADERS: JSON-encoded request headers.
  • SCHEMA: Local schema path or remote schema URL.
  • ALLOW_MUTATIONS: Set to true to permit mutation operations; it is false by default.
  • NAME: MCP server name.

The README shows installation through npx mcp-graphql and a Claude Desktop configuration using the same package. For noninteractive execution, use the package runner with its confirmation flag.

Tools and capabilities

The blurrah/mcp-graphql MCP server exposes two tools:

  • introspect-schema obtains the GraphQL schema from the configured schema source or through an introspection query.
  • query-graphql executes GraphQL queries against the endpoint.

The schema is additionally available through the graphql-schema resource. This gives clients a way to read schema information without invoking the introspection tool when the resource is already available.

Limitations and notes

Mutations are blocked unless ALLOW_MUTATIONS=true is configured. This default reduces the risk of an agent changing data in the connected service, but enabling mutations should be evaluated carefully for production use.

The server offers broad GraphQL access rather than restricting clients to selected fields or operations. The README recommends creating a more specific MCP implementation when clients need tightly controlled queries or variables. The provided material does not document subscriptions, a built-in authentication mechanism, or provider-specific GraphQL features.

Getting started with this blurrah/mcp-graphql MCP server

Always refer to the official documentation for the most accurate and up-to-date information.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Other Tools and Integrations View all alternatives
  • Git logoGit
    Verified

    Tools to read, search, and manipulate Git repositories.

    ๐Ÿ› ๏ธ Other Tools and Integrations4 views
    Compare vs Git โ†’
  • Time logoTime
    Verified

    Time and timezone conversion capabilities.

    ๐Ÿ› ๏ธ Other Tools and Integrations3 views
    Compare vs Time โ†’
  • Server Everything logoServer Everything

    MCP server that exercises all the features of the MCP protocol

    ๐Ÿ› ๏ธ Other Tools and Integrations6 views
    Compare vs Server Everything โ†’
  • Any Chat Completions MCP logoAny Chat Completions MCP

    Chat with any other OpenAI SDK Compatible Chat Completions API, like Perplexity, Groq, xAI and more

    ๐Ÿ› ๏ธ Other Tools and Integrations3 views
    Compare vs Any Chat Completions MCP โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
408
Stargazers on the source repository.
npm downloads
8.1k
Package downloads in the last 30 days.
Last commit
1y ago
Most recent push to the default branch.
Tools exposed
2
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Graphql

Run it with the npm package using npx, for example `npx -y mcp-graphql`. Configure `ENDPOINT` and any other environment variables required by your GraphQL service.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Graphql AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/blurrah-mcp-graphql?style=directory)](https://allmcps.com/mcp/blurrah-mcp-graphql)
HTML Embed
<a href="https://allmcps.com/mcp/blurrah-mcp-graphql"><img src="https://allmcps.com/api/badge/blurrah-mcp-graphql?style=directory" alt="MCP Graphql on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ› ๏ธOther Tools and Integrations
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
ClientsClaude Desktop
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars408
GitHub Star CountTotal stargazers on GitHub representing community popularity (408 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 8, 2025
npm downloads8,147/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
56Quality signal: Good ยท 56/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity8/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev ยท mcp-graphql (npm)

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ› ๏ธ Other Tools and Integrations โ†’Alternatives to MCP Graphql โ†’Install in Claude DesktopInstall in CursorInstall in VS Code