By Fibery-incCreated 16 days ago
starstarstarstarstar

Perform queries and entity operations in your Fibery workspace.

Visit Project
Share this MCP:
X (Formerly Twitter)RedditblueskyThreads by Instagram

Category

Official MCP Server

Tags

FiberyMcp ServerLlm Integration

What is Fibery MCP Server?

Fibery MCP Server is an integration tool that connects Fibery (a project management platform) with any LLM provider that supports the MCP protocol, enabling natural language interactions with the Fibery workspace.

How to use Fibery MCP Server?

To use Fibery MCP Server, you can install it via Smithery or UV.

  • For automatic installation via Smithery:
    npx -y @smithery/cli install @Fibery-inc/fibery-mcp-server --client claude
    
  • For manual installation via UV:
    1. Install the Python package with uv tool install fibery-mcp-server
    2. Add the MCP Server configuration to your client config file (e.g., Claude Desktop).

Key Features of Fibery MCP Server

  • Query Fibery Entities: Use natural language to query Fibery data.
  • Database Insights: Retrieve details about Fibery databases and their fields.
  • Entity Operations: Create and update Fibery entities through conversational interfaces.
  • Batch Operations: Process multiple entities in one request.

Use Cases of Fibery MCP Server

  1. Automated Workflow Updates: Use LLM commands to update project tasks in Fibery.
  2. Data Retrieval: Fetch specific records using natural language queries.
  3. Bulk Creation of Entities: Generate multiple records in Fibery with a single command.

FAQ about Fibery MCP Server

  • What is required for installation?

    A Fibery account with an API token, Python 3.10+, and UV.

  • Is this open-source?

    Yes, it is released under the MIT license.

  • Can I use it with other LLMs?

    Yes, any LLM supporting the MCP protocol can use this server.