Fibery MCP GraphQL Server
@greatwitenorth
About Fibery MCP GraphQL Server
MCP server to help your llm construct valid graphql queries for fibery.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"fibery-mcp-graphql": {
"command": "node",
"args": [
"/full-path-to/index.js"
],
"env": {
"FIBERY_TOKEN": "your_fibery_token",
"FIBERY_URL": "your_fibery_domain.fibery.io"
}
}
}
}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 Fibery MCP GraphQL Server?
The Fibery MCP GraphQL Server is a Model Context Protocol (MCP) server that provides tools to introspect the Fibery GraphQL API, helping LLMs write valid GraphQL queries and mutations for Fibery.
How to use Fibery MCP GraphQL Server?
Install Node.js v20 or higher, clone the repository, and install dependencies with bun install. Configure an MCP‑compatible client with the command node and arguments pointing to the full path of index.js, and set the environment variables FIBERY_TOKEN and FIBERY_URL. Then invoke the provided tools: list_spaces_and_types, get_schema_sdl, and validate_fibery_graphql.
Key features of Fibery MCP GraphQL Server
- List all available GraphQL spaces and types in your Fibery account
- Get the complete GraphQL schema SDL for a Fibery space
- Validate a generated GraphQL query or mutation against the known schema
Use cases of Fibery MCP GraphQL Server
- Help an LLM generate valid GraphQL queries and mutations for Fibery
- Programmatically introspect the Fibery GraphQL schema for tooling or integration
FAQ from Fibery MCP GraphQL Server
What prerequisites are needed?
Node.js v20 or higher and a Fibery account with API access.
How do I configure the MCP client?
Set the MCP server command to node, provide the full path to index.js as an argument, and supply FIBERY_TOKEN and FIBERY_URL as environment variables.
What MCP tools does this server expose?
It exposes three tools: list_spaces_and_types, get_schema_sdl, and validate_fibery_graphql.
What does list_spaces_and_types return?
It returns a JSON object with a spaces array (each containing name, url, and id) and a count of spaces.
What does get_schema_sdl require?
It requires a space_id parameter and returns the complete GraphQL schema SDL for that space.
What does validate_fibery_graphql require?
It requires space_id and query_to_validate parameters, and returns an object with a valid boolean and an errors array.
Frequently asked questions
What prerequisites are needed?
Node.js v20 or higher and a Fibery account with API access.
How do I configure the MCP client?
Set the MCP server command to `node`, provide the full path to `index.js` as an argument, and supply `FIBERY_TOKEN` and `FIBERY_URL` as environment variables.
What MCP tools does this server expose?
It exposes three tools: `list_spaces_and_types`, `get_schema_sdl`, and `validate_fibery_graphql`.
What does `list_spaces_and_types` return?
It returns a JSON object with a `spaces` array (each containing name, url, and id) and a `count` of spaces.
What does `get_schema_sdl` require?
It requires a `space_id` parameter and returns the complete GraphQL schema SDL for that space.
What does `validate_fibery_graphql` require?
It requires `space_id` and `query_to_validate` parameters, and returns an object with a `valid` boolean and an `errors` array.
Basic information
More Other MCP servers

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments