Fibery
FreeFibery 官方集成,在 Fibery 工作区中执行查询和实体操作。
FreeFree tier
About Fibery
Fibery MCP Server is an official Model Context Protocol (MCP) server that enables AI assistants to query and manipulate entities within a Fibery workspace. It requires a Fibery account with an API token and supports integration with MCP clients like Claude Desktop. Note: This local MCP server is deprecated. Fibery now provides a Remote MCP Server at https://mcp.fibery.io/mcp which should be used instead. The repository will no longer receive feature updates, but the server remains functional for existing setups.
Key Features
Execute queries in Fibery workspace
Perform entity operations (create, update, delete) in Fibery
Installable via Smithery or uv (Python package manager)
Integrates with MCP clients like Claude Desktop
Open-source (MIT license) and self-hosted
Supports configuration with Fibery host and API token
Pros & Cons
Pros
- Official integration by Fibery Inc.
- Free and open source (MIT license)
- Works with popular MCP clients like Claude Desktop
- Simple setup with uv or Smithery
- Allows ad-hoc queries and entity operations directly from AI
Cons
- Deprecated in favor of Fibery's Remote MCP Server – no future feature updates
- Requires manual configuration of Fibery host and API token
- Local server must be running for MCP clients to connect
- Limited documentation on the repository page
Best For
Integrate Fibery workspace with AI assistants for querying dataAutomate data entry and updates in Fibery via AI agentsBuild custom MCP-based workflows on top of FiberyManage Fibery entities programmatically through natural language
FAQ
Is this MCP server still maintained?
No. This local MCP server is deprecated and will no longer receive feature updates. Users should migrate to the Fibery Remote MCP Server at https://mcp.fibery.io/mcp.
What do I need to use this server?
You need a Fibery account, an API token, Python 3.10 or higher, and the uv package manager. Then install with 'uv tool install fibery-mcp-server' and configure your MCP client (e.g., Claude Desktop) with your Fibery host and API token.
How can I install it?
You can install it automatically via Smithery using the command 'npx -y @smithery/cli install @Fibery-inc/fibery-mcp-server --client claude' or via uv with 'uv tool install fibery-mcp-server'.
What MCP clients are supported?
It works with any MCP client. The repository provides configuration examples for Claude Desktop.