MCP Directory
ServersClientsBlog

xASO - App Store Optimization

AI-powered App Store Optimization platform for mobile apps

Go to xASO
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2025 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. fibery-mcp-server

fibery-mcp-server

GitHub

The Fibery MCP Server integrates Fibery with LLMs via the MCP protocol, enabling natural language interaction with your workspace. Users can query, create, and update Fibery entities conversationally.

26
0

Fibery MCP Server

This MCP (Model Context Protocol) server facilitates integration between Fibery and LLM providers supporting the MCP protocol, such as Claude for Desktop, enabling natural language interaction with your Fibery workspace.

Features

  • Query Fibery entities using natural language.
  • Retrieve information about Fibery databases and their fields.
  • Create and update Fibery entities through conversational interfaces.

Installation

Prerequisites

  • A Fibery account with an API token.
  • Python 3.10 or higher.
  • uv
uv tool install fibery-mcp-server

MCP Integration

Add this configuration to your MCP client config file (e.g., Claude Desktop's config in Settings -> Developer -> Edit Config):

{
    "mcpServers": {
        "fibery-mcp-server": {
            "command": "uv",
            "args": [
                 "tool",
                 "run",
                 "fibery-mcp-server",
                 "--fibery-host",
                 "your-domain.fibery.io",
                 "--fibery-api-token",
                 "your-api-token"
            ]
        }
    }
}

Repository

FI
Fibery-inc

Fibery-inc/fibery-mcp-server

Created

March 13, 2025

Updated

March 24, 2025

Language

Python

Category

Productivity