MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Workplace & Productivity/Fibery
Workplace & ProductivityOfficial
F

Fibery

Perform queries and entity operations in your Fibery workspace.

29 starsUpdated May 13, 2026
View on GitHub

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

C

Cua

Official

MCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.

21.9kWorkplace & ProductivityUpdated Today
N

Notion MCP

Official

Official Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.

4.6kWorkplace & ProductivityUpdated Jul 25, 2026

Notion MCP Server

Search pages, read blocks, and create content in Notion workspaces.

3.9kWorkplace & ProductivityUpdated 3 days ago
L

Laravel Boost

Official

Laravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows.

3.6kWorkplace & ProductivityUpdated Today