MCP GraphQL

by setyolegowo

242 downloads
Not rated
GitHub

Description

# MCP GraphQL [![smithery badge](https://smithery.ai/badge/@setyolegowo/mcp-server-graphql)](https://smithery.ai/server/@setyolegowo/mcp-server-graphql) ## Overview This repository contains the GraphQL implementation for the MCP (Mission Control Platform) service. ## Description…

About

# MCP GraphQL [![smithery badge](https://smithery.ai/badge/@setyolegowo/mcp-server-graphql)](https://smithery.ai/server/@setyolegowo/mcp-server-graphql) ## Overview This repository contains the GraphQL implementation for the MCP (Mission Control Platform) service. ## Description A GraphQL API service that provides a…

Details

Author
setyolegowo
Downloads
242
Categories
Other, AI

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP GraphQL
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

MCP GraphQL

smithery badge

Overview

This repository contains the GraphQL implementation for the MCP (Mission Control Platform) service.

Description

A GraphQL API service that provides a flexible and efficient interface for querying and manipulating MCP data.

Getting Started

Prerequisites

- Node.js
- npm or yarn
- Access to MCP services

Installing via Smithery

To install mcp-server-graphql for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @setyolegowo/mcp-server-graphql --client claude

Manual Installation

1. Clone the repository

git clone https://github.com/setyolegowo/mcp-server-graphql.git
cd mcp-graphql

2. Install dependencies

npm install

Running the Service

npm start

Contributing

Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.