MCP GraphQL
Description
# MCP 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 [](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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP GraphQLCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
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.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




