MCP.so
Sign In

MCP GraphQL

@setyolegowo

About MCP GraphQL

No overview available yet

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

setyolegowo

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-server-graphql": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@setyolegowo/mcp-server-graphql",
        "--client",
        "claude"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP GraphQL?

MCP GraphQL is a GraphQL API service that provides a flexible and efficient interface for querying and manipulating data within the Mission Control Platform (MCP). It is designed for developers working with MCP services who need a GraphQL-based data layer.

How to use MCP GraphQL?

Install MCP GraphQL automatically via Smithery using npx -y @smithery/cli install @setyolegowo/mcp-server-graphql --client claude, or manually by cloning the repository and installing dependencies with npm install. Run the service with npm start.

Key features of MCP GraphQL

  • GraphQL API for MCP data querying and manipulation
  • Flexible and efficient data retrieval
  • Supports automatic installation via Smithery
  • Manual setup with Node.js and npm/yarn
  • MIT licensed

Use cases of MCP GraphQL

  • Querying MCP data using a flexible GraphQL interface
  • Manipulating MCP data through GraphQL mutations
  • Integrating MCP services into frontend or backend applications

FAQ from MCP GraphQL

What does MCP GraphQL do?

MCP GraphQL provides a GraphQL API service for querying and manipulating data in the Mission Control Platform.

What are the prerequisites to run MCP GraphQL?

You need Node.js, npm or yarn, and access to MCP services.

How can I install MCP GraphQL?

You can install it automatically via Smithery using the command npx -y @smithery/cli install @setyolegowo/mcp-server-graphql --client claude, or manually by cloning the repository and running npm install.

What license does MCP GraphQL use?

MCP GraphQL is licensed under the MIT License.

Comments

More Other MCP servers