GraphQL API Service

Provide a flexible and efficient interface for querying and manipulating MCP data. Streamline your interactions with MCP services through a powerful GraphQL API. Enhance your applications with seamless data integration and manipulation capabilities.

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar install setyolegowo/mcp-server-graphql -c claude

This command will automatically install and configure the GraphQL API Service MCP server for your selected client.

Option 2: Manual Configuration

View JSON configuration
{
  "mcpServers": {
    "GraphQL API Service": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-graphql"
      ],
      "env": {}
    }
  }
}

Copy and paste this configuration into your MCP client's configuration file to manually set up this server.

Common MCP clients
  • claude - Claude Desktop
  • cursor - Cursor Code Editor
  • cline - Cline (VS Code)
  • windsurf - Windsurf Editor
  • witsy - Witsy AI Assistant

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
  1. 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.

Related topics:
Share:
Details:
  • Stars


    0
  • Forks


    0
  • Last commit


    29 days ago
  • Repository age


    1 month
  • License


    MIT
View Repository

Auto-fetched from GitHub .

MCP servers similar to GraphQL API Service:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit