Fibery
Perform queries and entity operations in your Fibery workspace.
Ads
Overview
This local MCP server is deprecated. We support Remote MCP Server now, which can be connected via this url: https://mcp.fibery.io/mcp. See the Fibery MCP Server guide for setup instructions. This repository will no longer receive feature updates. Please migrate to the remote server. To install Fibery MCP Server for Claude Desktop automatically via Smithery: - A Fibery account with an API token - Python 3.10 or higher - uv 1. Install the tool using uv: bash uv tool install fibery-mcp-server 2. Then, add this configuration to your MCP client config file. In Claude Desktop, you can access the config in Settings → Developer → Edit Config: json { "mcpServers": { "fibery-mcp-server": { "command": "uv", "args": [ "tool", "run", "fibery-mcp-server", "--fibery-host", "your-domain.fibery.io", "--fibery-api-token", "your-api-token" ] } } } Note: If "uv" command does not work, try absolute path (i.e. /Users/username/.local/bin/uv)
Installation
npx -y @smithery/cli install @Fibery-inc/fibery-mcp-server --client claude
Configuration
{
"mcpServers": {
"fibery-mcp-server": {
"command": "uv",
"args": [
"tool",
"run",
"fibery-mcp-server",
"--fibery-host",
"your-domain.fibery.io",
"--fibery-api-token",
"your-api-token"
]
}
}Capabilities
- Query entities across your Fibery workspace
use `fibery_graphql` to run GraphQL queries and retrieve entities, fields, and relationships.
- List available types and their fields
call `schema_query` to discover database types, field names, and type structures.
- Execute arbitrary GraphQL operations
send any supported Fibery GraphQL query or mutation via the `fibery_graphql` tool.
- Run raw SQL-like commands
use `fibery_command` to perform bulk updates, create entities, or run other server-side commands.
Tags
- productivity
- database
- project-management
- workflow-automation
Related MCP servers
Cua
OfficialMCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Notion MCP
OfficialOfficial Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.
Notion MCP Server
Search pages, read blocks, and create content in Notion workspaces.
Laravel Boost
OfficialLaravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows.